Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/pn8x/ls_client/src/
DLsClient.cpp310 std::string sourcePath; in performLSDownload_thread() local
320 sourcePath.assign(sourcePrefix); in performLSDownload_thread()
321 sourcePath += ('0' + index); in performLSDownload_thread()
322 sourcePath += ls_script_source_suffix; in performLSDownload_thread()
323 FILE* fIn = fopen(sourcePath.c_str(), "rb"); in performLSDownload_thread()
326 sourcePath.c_str(), strerror(errno)); in performLSDownload_thread()
330 sourcePath.c_str()); in performLSDownload_thread()
392 status = LSC_Start(sourcePath.c_str(), outPath.c_str(), (uint8_t*)hash, in performLSDownload_thread()
395 __func__, sourcePath.c_str(), status); in performLSDownload_thread()