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 D | hks_storage_util_test.cpp | 90 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 D | hks_storage_utils.h | 112 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 D | hks_file_transfer.c | 96 ret = HksGetFileInfo(&storeMaterial, &fileInfo); in ConstructNewFilePath()
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/ |
H A D | hks_storage_utils.c | 573 int32_t HksGetFileInfo(const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo) in HksGetFileInfo() function
|
H A D | hks_storage_manager.c | 282 ret = HksGetFileInfo(material, fileInfo); in HksConstructStoreFileInfo()
|