Searched refs:outPath (Results 1 – 1 of 1) sorted by relevance
312 std::string outPath; in performLSDownload_thread() local380 outPath.assign(ls_script_output_prefix); in performLSDownload_thread()381 outPath += ('0' + index); in performLSDownload_thread()382 outPath += ls_script_output_suffix; in performLSDownload_thread()384 FILE* fOut = fopen(outPath.c_str(), "wb+"); in performLSDownload_thread()386 ALOGE("%s Failed to open file %s\n", __func__, outPath.c_str()); in performLSDownload_thread()392 status = LSC_Start(sourcePath.c_str(), outPath.c_str(), (uint8_t*)hash, in performLSDownload_thread()