Home
last modified time | relevance | path

Searched refs:IsFileExist (Results 1 - 8 of 8) sorted by relevance

/test/xts/acts/security_lite/huks/common/
H A Dhks_test_file_operator.c90 static int32_t IsFileExist(const char *fileName) in IsFileExist() function
102 if (IsFileExist(fileName) != HKS_SUCCESS) { in FileRead()
132 if (IsFileExist(fileName) != HKS_SUCCESS) { in FileSize()
/test/xts/device_attest_lite/services/core/adapter/
H A Dattest_adapter_oem.c26 result = IsFileExist(AUTH_RESULT_PATH, RESET_FLAG_FILE_NAME); in OEMIsFlagExist()
126 if (!IsFileExist(AUTH_RESULT_PATH, AUTH_RESULT_CODE_FILE_NAME)) { in OEMReadAuthResultCode()
/test/xts/device_attest/services/core/include/utils/
H A Dattest_utils_file.h38 bool IsFileExist(const char* path, const char* fileName);
/test/xts/device_attest_lite/services/core/include/utils/
H A Dattest_utils_file.h40 bool IsFileExist(const char* path, const char* fileName);
/test/xts/device_attest/services/core/adapter/
H A Dattest_adapter_oem.c26 result = IsFileExist(AUTH_RESULT_PATH, RESET_FLAG_FILE_NAME); in OEMIsFlagExist()
/test/xts/device_attest_lite/services/core/mini/utils/
H A Dattest_utils_file_detail.c147 bool IsFileExist(const char* path, const char* fileName) in IsFileExist() function
/test/xts/device_attest/services/core/utils/
H A Dattest_utils_file.c238 bool IsFileExist(const char* path, const char* fileName) in IsFileExist() function
245 ATTEST_LOG_ERROR("[IsFileExist] Generate file path failed"); in IsFileExist()
251 ATTEST_LOG_ERROR("[IsFileExist] Invalid path of %s or file %s not exist", path, fileName); in IsFileExist()
/test/xts/device_attest_lite/services/core/small/utils/
H A Dattest_utils_file_detail.c213 bool IsFileExist(const char* path, const char* fileName) in IsFileExist() function
220 ATTEST_LOG_ERROR("[IsFileExist] Generate file path failed"); in IsFileExist()
226 ATTEST_LOG_ERROR("[IsFileExist] Invalid path of %s or file %s not exist", path, fileName); in IsFileExist()

Completed in 4 milliseconds