Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/storage/src/
H A Dhks_storage_util_test.cpp90 int32_t ret = HksGetFileInfo(&material, &fileInfo);
119 int32_t ret = HksGetFileInfo(&material, &fileInfo);
148 int32_t ret = HksGetFileInfo(&material, &fileInfo);
177 int32_t ret = HksGetFileInfo(&material, &fileInfo);
207 int32_t ret = HksGetFileInfo(&material, &fileInfo);
237 int32_t ret = HksGetFileInfo(&material, &fileInfo);
266 int32_t ret = HksGetFileInfo(&material, &fileInfo);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage_utils.h112 int32_t HksGetFileInfo(const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/
H A Dhks_file_transfer.c96 ret = HksGetFileInfo(&storeMaterial, &fileInfo); in ConstructNewFilePath()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_utils.c573 int32_t HksGetFileInfo(const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo) in HksGetFileInfo() function
H A Dhks_storage_manager.c282 ret = HksGetFileInfo(material, fileInfo); in HksConstructStoreFileInfo()