Searched refs:binfile (Results 1 – 3 of 3) sorted by relevance
9 proc flash-boot { binfile } { argument10 puts "flash monitor binary $binfile"35 load bin 0xbe000000 $binfile size4
70 static CamCalibDbProj_t *bin2calibproj(const char *binfile);
282 CamCalibDbProj_t *RkAiqCalibDbV2::bin2calibproj(const char *binfile) { in bin2calibproj() argument288 bin_buff = (char*)loadWholeFile(binfile, &bin_size); in bin2calibproj()463 std::string binfile = str.substr(0, str.find_last_of(".")) + ".bin"; in createCalibDbProj() local466 } else if (0 == access(binfile.c_str(), F_OK)) { in createCalibDbProj()467 calibproj = bin2calibproj(binfile.c_str()); in createCalibDbProj()469 XCAM_LOG_ERROR("access %s && %s failed!", jsfile, binfile.c_str()); in createCalibDbProj()