Home
last modified time | relevance | path

Searched refs:DeleteDirectory (Results 1 - 20 of 20) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Dstore_account_observer.cpp44 DistributedData::DirectoryManager::GetInstance().DeleteDirectory(userPath.c_str()); in OnAccountChanged()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_filesystem.cpp168 bool ProxyFilesystem::DeleteDirectory(const string_view path) in DeleteDirectory() function in ProxyFilesystem
173 if (fileManager_.DeleteDirectory(destination + normalizedPath)) { in DeleteDirectory()
H A Dproxy_filesystem.h54 bool DeleteDirectory(BASE_NS::string_view path) override;
H A Drofs_filesystem.h51 bool DeleteDirectory(BASE_NS::string_view path) override;
H A Dmemory_filesystem.cpp80 bool MemoryFilesystem::DeleteDirectory(const string_view /* path */) in DeleteDirectory() function in MemoryFilesystem
H A Dmemory_filesystem.h51 bool DeleteDirectory(BASE_NS::string_view path) override;
H A Dstd_filesystem.h49 bool DeleteDirectory(BASE_NS::string_view path) override;
H A Dfile_manager.h54 bool DeleteDirectory(BASE_NS::string_view uri) override;
H A Dfile_manager.cpp253 bool FileManager::DeleteDirectory(const string_view uriIn) in DeleteDirectory() function in FileManager
261 return filesystem->DeleteDirectory(path); in DeleteDirectory()
H A Dstd_filesystem.cpp141 bool StdFilesystem::DeleteDirectory(const string_view pathIn) in DeleteDirectory() function in StdFilesystem
H A Drofs_filesystem.cpp274 bool RoFileSystem::DeleteDirectory(const string_view /* path */) in DeleteDirectory() function in RoFileSystem
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddirectory_manager_test.cpp238 * @tc.name: DeleteDirectory
244 HWTEST_F(DirectoryManagerTest, DeleteDirectory, TestSize.Level0) in HWTEST_F()
261 bool ret1 = DirectoryManager::GetInstance().DeleteDirectory(deleteDir.c_str()); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_filesystem.h53 bool DeleteDirectory(BASE_NS::string_view path) override;
H A Dohos_filesystem.cpp126 bool OhosFilesystem::DeleteDirectory(BASE_NS::string_view path) in DeleteDirectory() function in OhosFilesystem
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_file_manager.h84 virtual bool DeleteDirectory(BASE_NS::string_view uri) = 0;
H A Dintf_file_system.h67 virtual bool DeleteDirectory(BASE_NS::string_view path) = 0;
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Dio_util.h72 bool DeleteDirectory(CORE_NS::IFileManager& fileManager, ::string_view directoryUri);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/directory/
H A Ddirectory_manager.h43 API_EXPORT bool DeleteDirectory(const char* path);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/
H A Ddirectory_manager.cpp276 bool DirectoryManager::DeleteDirectory(const char* path) in DeleteDirectory() function in OHOS::DistributedData::DirectoryManager
299 DeleteDirectory(dirEntry->d_name); in DeleteDirectory()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp138 bool DeleteDirectory(CORE_NS::IFileManager& fileManager, string_view pathUri) in DeleteDirectory() function
154 result = DeleteDirectory(fileManager, childUri) && result; in DeleteDirectory()
163 return fileManager.DeleteDirectory(pathUri) && result; in DeleteDirectory()

Completed in 8 milliseconds