Home
last modified time | relevance | path

Searched refs:RemoveDir (Results 1 - 8 of 8) sorted by relevance

/third_party/gn/build/
H A Dfull_test.py16 def RemoveDir(d): function
30 RemoveDir(save_out_dir)
40 RemoveDir('out')
/third_party/lzma/CPP/Windows/
H A DFileDir.cpp193 bool RemoveDir(CFSTR path) in RemoveDir() function
579 return RemoveDir(path); in RemoveDirWithSubItems()
922 bool RemoveDir(CFSTR path) in RemoveDir() function
H A DFileDir.h50 bool RemoveDir(CFSTR path);
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.cpp173 RemoveDir(_diskFilePath); in GetStream()
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp1243 if (!RemoveDir(fullProcessedPath)) in CheckExistFile()
1341 RemoveDir(_diskFilePath); in GetExtractStream()
H A DUpdate.cpp1849 RemoveDir(phyPath); in UpdateArchive()
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs1133 unlinkat(Some(dirfd), dirname, UnlinkatFlags::RemoveDir).unwrap(); in test_unlinkat_dir_removedir()
/third_party/rust/crates/nix/src/
H A Dunistd.rs1299 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