Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/test/unittest/
H A Denable_verity_test.cpp356 CleanFile(expandFilePath); in EnableExpandedTamperFile()
357 CleanFile(tmpFilePath); in EnableExpandedTamperFile()
378 CleanFile(copiedFile);
410 CleanFile(copiedFile);
430 CleanFile(expandFilePath);
483 CleanFile(expandFilePath);
507 CleanFile(expandFilePath);
555 CleanFile(expandFilePath);
586 CleanFile(expandFilePath);
623 CleanFile(expandFilePath);
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h63 void CleanFile(const std::string &path);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp74 CleanFile(pathName); in RemoveNode()
507 void KeyBackup::CleanFile(const std::string &path) in CleanFile() function in OHOS::StorageDaemon::KeyBackup
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_lite.c846 static int32_t CleanFile(const char *path, const char *fileName) in CleanFile() function
887 if (CleanFile(path, fileName) != HKS_SUCCESS) { in RemoveFile()
H A Dhks_storage.c91 static int32_t CleanFile(const char *path, const char *fileName) in CleanFile() function
135 ret = CleanFile(path, fileName); in HksStorageRemoveFile()