Home
last modified time | relevance | path

Searched refs:DeleteDirectory (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/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 Dmemory_filesystem.h51 bool DeleteDirectory(BASE_NS::string_view path) override;
H A Dstd_filesystem.h49 bool DeleteDirectory(BASE_NS::string_view path) override; in CORE_BEGIN_NAMESPACE()
H A Drofs_filesystem.h51 bool DeleteDirectory(BASE_NS::string_view path) override; in CORE_BEGIN_NAMESPACE()
H A Dmemory_filesystem.cpp80 bool MemoryFilesystem::DeleteDirectory(const string_view /* path */) in DeleteDirectory() function in MemoryFilesystem
H A Dproxy_filesystem.h54 bool DeleteDirectory(BASE_NS::string_view path) 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 Dfile_manager.h54 bool DeleteDirectory(BASE_NS::string_view uri) override;
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
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_file_system.h67 virtual bool DeleteDirectory(BASE_NS::string_view path) = 0; in CORE_BEGIN_NAMESPACE()
H A Dintf_file_manager.h84 virtual bool DeleteDirectory(BASE_NS::string_view uri) = 0; in CORE_BEGIN_NAMESPACE()
/ohos5.0/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