Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/ls_client/src/
DLsClient.cpp311 std::string sourcePath; in performLSDownload_thread() local
321 sourcePath.assign(sourcePrefix); in performLSDownload_thread()
322 sourcePath += ('0' + index); in performLSDownload_thread()
323 sourcePath += ls_script_source_suffix; in performLSDownload_thread()
324 FILE* fIn = fopen(sourcePath.c_str(), "rb"); in performLSDownload_thread()
327 sourcePath.c_str(), strerror(errno)); in performLSDownload_thread()
331 sourcePath.c_str()); in performLSDownload_thread()
393 status = LSC_Start(sourcePath.c_str(), outPath.c_str(), (uint8_t*)hash, in performLSDownload_thread()
396 __func__, sourcePath.c_str(), status); in performLSDownload_thread()