Home
last modified time | relevance | path

Searched refs:DeleteFile (Results 1 – 25 of 88) sorted by relevance

1234

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/unittest/src/
H A Dhap_verify_test.cpp68 DeleteFile(signedHap);
75 DeleteFile(signedHap);
92 DeleteFile(unsignedHap);
99 DeleteFile(unsignedHap);
144 DeleteFile(tamperedHap);
170 DeleteFile(testHap);
178 DeleteFile(testHap);
217 DeleteFile(testHap);
227 DeleteFile(testHap);
244 DeleteFile(wrongHap);
[all …]
H A Dwrite_file.h21 void DeleteFile(const char *path);
H A Dwrite_file.cpp72 void DeleteFile(const char *path) in DeleteFile() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_bundle_scan_test/
H A Dbms_service_bundle_scan_test.cpp212 DeleteFile(TEST_FILE_NAME_1);
213 DeleteFile(TEST_FILE_NAME_2);
214 DeleteFile(TEST_FILE_NAME_3);
235 DeleteFile(TEST_FILE_NAME_4);
236 DeleteFile(TEST_FILE_NAME_5);
237 DeleteFile(TEST_FILE_NAME_6);
268 DeleteFile(TEST_FILE_NAME_1);
269 DeleteFile(TEST_FILE_NAME_2);
270 DeleteFile(TEST_FILE_NAME_3);
271 DeleteFile(TEST_FILE_NAME_4);
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/utils/
H A Dfile_utils.cpp46 int FileUtils::DeleteFile(const string &fileName) in DeleteFile() function in OHOS::Media::FileUtils
78 DeleteFile(filePathTemp); in SaveImage()
85 DeleteFile(filePathTemp); in SaveImage()
178 CHECK_AND_PRINT_LOG(MediaFileUtils::DeleteFile(tempOutputPath), in DealPicture()
185 if (!MediaFileUtils::DeleteFile(tempOutputPath)) { in DealPicture()
217 return DeleteFile(tempPath); in DeleteTempVideoFile()
/ohos5.0/base/update/updater/services/applypatch/
H A Dstore.cpp39 if (DeleteFile(file.c_str()) == -1) { in DoFreeSpace()
52 if (DeleteFile(path.c_str()) != -1) { in FreeStore()
89 if (DeleteFile(*iter) == 0) { in CreateNewSpace()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dfile_operator.c118 static int32_t DeleteFile(const char *fileName) in DeleteFile() function
139 .deleteFile = DeleteFile, in GetDefaultFileOperator()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dfile_operator.c127 IAM_STATIC int32_t DeleteFile(const char *fileName) in DeleteFile() function
148 .deleteFile = DeleteFile, in GetDefaultFileOperator()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_filesystem.cpp118 bool ProxyFilesystem::DeleteFile(const string_view path) in DeleteFile() function in ProxyFilesystem
123 if (fileManager_.DeleteFile(destination + normalizedPath)) { in DeleteFile()
H A Dmemory_filesystem.h47 bool DeleteFile(BASE_NS::string_view path) override;
H A Dstd_filesystem.h45 bool DeleteFile(BASE_NS::string_view path) override; in CORE_BEGIN_NAMESPACE()
H A Drofs_filesystem.h47 bool DeleteFile(BASE_NS::string_view path) override; in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/multimedia/av_session/utils/include/
H A Davsession_utils.h106 static void DeleteFile(const std::string& filePath) in DeleteFile() function
121 DeleteFile(file); in DeleteCacheFiles()
/ohos5.0/base/update/updateservice/services/firmware/utils/include/
H A Dfirmware_file_utils.h36 FileUtils::DeleteFile(Firmware::PACKAGE_PATH, false); in DeleteDownloadFiles()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp555 SqliteUtils::DeleteFile(keyFiles.GetKeyFile(PUB_KEY_FILE)); in DelAllKeyFiles()
556 SqliteUtils::DeleteFile(keyFiles.GetKeyFile(PUB_KEY_FILE_NEW_KEY)); in DelAllKeyFiles()
568 SqliteUtils::DeleteFile(keyFiles.GetKeyFile(keyFileType)); in DelKeyFile()
634 SqliteUtils::DeleteFile(keyFile); in RestoreKeyFile()
635 SqliteUtils::DeleteFile(reKeyFile); in RestoreKeyFile()
728 SqliteUtils::DeleteFile(lock_); in DestroyLock()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_file_manager.h31 ResultCode DeleteFile(void);
/ohos5.0/base/update/updateservice/services/core/ability/utils/src/
H A Dfile_utils.cpp84 void FileUtils::DeleteFile(const std::string &rootPath, bool isDeleteRootDir) in DeleteFile() function in OHOS::UpdateEngine::FileUtils
177 DeleteFile(dir.dirName, false); in DestroyBaseDirectory()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/include/
H A Dcommon_tool.h31 bool DeleteFile(const std::string &filePath);
/ohos5.0/base/theme/wallpaper_mgr/utils/include/
H A Dfile_deal.h31 static bool DeleteFile(const std::string &sourceFile);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_file_system.h52 virtual bool DeleteFile(BASE_NS::string_view path) = 0; in CORE_BEGIN_NAMESPACE()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/moduletest/
H A Dleak_detector_module_test.cpp50 TestUtil::DeleteFile(NATIVE_THRESHOLD_BAK_PATH); in TearDownTestCase()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/utils/
H A Dfile_utils.h40 EXPORT static int DeleteFile(const std::string &fileName);
/ohos5.0/base/update/updateservice/services/core/ability/utils/include/
H A Dfile_utils.h42 static void DeleteFile(const std::string &rootPath, bool isDeleteRootDir);
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
H A Dtest_util.h45 static void DeleteFile(const std::string &file);
/ohos5.0/base/account/os_account/frameworks/common/file_operator/include/
H A Daccount_file_operator.h37 ErrCode DeleteFile(const std::string &path);

1234