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:RemoveDir
(Results
1 - 8
of
8
) sorted by relevance
/third_party/gn/build/
H
A
D
full_test.py
16
def
RemoveDir
(d):
function
30
RemoveDir
(save_out_dir)
40
RemoveDir
('out')
/third_party/lzma/CPP/Windows/
H
A
D
FileDir.cpp
193
bool
RemoveDir
(CFSTR path)
in RemoveDir()
function
579
return
RemoveDir
(path);
in RemoveDirWithSubItems()
922
bool
RemoveDir
(CFSTR path)
in RemoveDir()
function
H
A
D
FileDir.h
50
bool
RemoveDir
(CFSTR path);
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H
A
D
ExtractCallbackSfx.cpp
173
RemoveDir
(_diskFilePath);
in GetStream()
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
ArchiveExtractCallback.cpp
1243
if (!
RemoveDir
(fullProcessedPath))
in CheckExistFile()
1341
RemoveDir
(_diskFilePath);
in GetExtractStream()
H
A
D
Update.cpp
1849
RemoveDir
(phyPath);
in UpdateArchive()
/third_party/rust/crates/nix/test/
H
A
D
test_unistd.rs
1133
unlinkat(Some(dirfd), dirname, UnlinkatFlags::
RemoveDir
).unwrap();
in test_unlinkat_dir_removedir()
/third_party/rust/crates/nix/src/
H
A
D
unistd.rs
1299
RemoveDir
,
1308
/// `UnlinkatFlags::
RemoveDir
` then removal of the directory entry specified by `dirfd` and `path`
1321
UnlinkatFlags::
RemoveDir
=> AtFlags::AT_REMOVEDIR,
in unlinkat()
Completed in 22 milliseconds