Home
last modified time | relevance | path

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

/base/security/huks/utils/file_operator/
Dhks_file_operator.h95 int32_t HksGetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t fullFil…
Dhks_file_operator_lite.c482 int32_t HksGetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t fullFil… in HksGetFileName() function
Dhks_file_operator.c491 int32_t HksGetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t fullFil… in HksGetFileName() function
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage.c278 int32_t ret = HksGetFileName(path, fileName, fullPath, HKS_MAX_FILE_NAME_LEN); in CreateStorageFileLock()