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.h93 int32_t HksGetStoragePath(enum HksStoragePathType pathType, char *path, uint32_t *len);
Dhks_file_operator_lite.c236 int32_t HksGetStoragePath(enum HksStoragePathType pathType, char *path, uint32_t *len) in HksGetStoragePath() argument
243 if (pathType == HKS_STORAGE_MAIN_PATH) { in HksGetStoragePath()
246 } else if (pathType == HKS_STORAGE_BACKUP_PATH) { in HksGetStoragePath()
Dhks_file_operator.c283 int32_t HksGetStoragePath(enum HksStoragePathType pathType, char *path, uint32_t *len) in HksGetStoragePath() argument
290 if (pathType == HKS_STORAGE_MAIN_PATH) { in HksGetStoragePath()
293 } else if (pathType == HKS_STORAGE_BACKUP_PATH) { in HksGetStoragePath()