Home
last modified time | relevance | path

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

/base/security/huks/utils/file_operator/
Dhks_file_operator.h88 int32_t HksGetStoragePath(enum HksStoragePathType pathType, char *path, uint32_t *len);
Dhks_file_operator_lite.c228 int32_t HksGetStoragePath(enum HksStoragePathType pathType, char *path, uint32_t *len) in HksGetStoragePath() argument
235 if (pathType == HKS_STORAGE_MAIN_PATH) { in HksGetStoragePath()
238 } else if (pathType == HKS_STORAGE_BACKUP_PATH) { in HksGetStoragePath()
Dhks_file_operator.c308 int32_t HksGetStoragePath(enum HksStoragePathType pathType, char *path, uint32_t *len) in HksGetStoragePath() argument
315 if (pathType == HKS_STORAGE_MAIN_PATH) { in HksGetStoragePath()
318 } else if (pathType == HKS_STORAGE_BACKUP_PATH) { in HksGetStoragePath()