Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/secure_element/ls_client/src/
DLsClient.cpp312 std::string outPath; in performLSDownload_thread() local
373 outPath.assign(ls_script_output_prefix); in performLSDownload_thread()
374 outPath += ('0' + index); in performLSDownload_thread()
375 outPath += ls_script_output_suffix; in performLSDownload_thread()
377 FILE* fOut = fopen(outPath.c_str(), "wb+"); in performLSDownload_thread()
379 ALOGE("%s Failed to open file %s\n", __func__, outPath.c_str()); in performLSDownload_thread()
385 status = LSC_Start(sourcePath.c_str(), outPath.c_str(), (uint8_t*)hash, in performLSDownload_thread()