Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DeleteDirectory
(Results
1 - 20
of
20
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H
A
D
store_account_observer.cpp
44
DistributedData::DirectoryManager::GetInstance().
DeleteDirectory
(userPath.c_str());
in OnAccountChanged()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H
A
D
proxy_filesystem.cpp
168
bool ProxyFilesystem::
DeleteDirectory
(const string_view path)
in DeleteDirectory()
function in ProxyFilesystem
173
if (fileManager_.
DeleteDirectory
(destination + normalizedPath)) {
in DeleteDirectory()
H
A
D
proxy_filesystem.h
54
bool
DeleteDirectory
(BASE_NS::string_view path) override;
H
A
D
rofs_filesystem.h
51
bool
DeleteDirectory
(BASE_NS::string_view path) override;
H
A
D
memory_filesystem.cpp
80
bool MemoryFilesystem::
DeleteDirectory
(const string_view /* path */)
in DeleteDirectory()
function in MemoryFilesystem
H
A
D
memory_filesystem.h
51
bool
DeleteDirectory
(BASE_NS::string_view path) override;
H
A
D
std_filesystem.h
49
bool
DeleteDirectory
(BASE_NS::string_view path) override;
H
A
D
file_manager.h
54
bool
DeleteDirectory
(BASE_NS::string_view uri) override;
H
A
D
file_manager.cpp
253
bool FileManager::
DeleteDirectory
(const string_view uriIn)
in DeleteDirectory()
function in FileManager
261
return filesystem->
DeleteDirectory
(path);
in DeleteDirectory()
H
A
D
std_filesystem.cpp
141
bool StdFilesystem::
DeleteDirectory
(const string_view pathIn)
in DeleteDirectory()
function in StdFilesystem
H
A
D
rofs_filesystem.cpp
274
bool RoFileSystem::
DeleteDirectory
(const string_view /* path */)
in DeleteDirectory()
function in RoFileSystem
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
directory_manager_test.cpp
238
* @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
D
ohos_filesystem.h
53
bool
DeleteDirectory
(BASE_NS::string_view path) override;
H
A
D
ohos_filesystem.cpp
126
bool OhosFilesystem::
DeleteDirectory
(BASE_NS::string_view path)
in DeleteDirectory()
function in OhosFilesystem
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H
A
D
intf_file_manager.h
84
virtual bool
DeleteDirectory
(BASE_NS::string_view uri) = 0;
H
A
D
intf_file_system.h
67
virtual bool
DeleteDirectory
(BASE_NS::string_view path) = 0;
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H
A
D
io_util.h
72
bool
DeleteDirectory
(CORE_NS::IFileManager& fileManager, ::string_view directoryUri);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/directory/
H
A
D
directory_manager.h
43
API_EXPORT bool
DeleteDirectory
(const char* path);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/
H
A
D
directory_manager.cpp
276
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
D
io_util.cpp
138
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