OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveDirectoryWithSubItems
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Windows/
FileDir.h
32
bool
RemoveDirectoryWithSubItems
(const CSysString &path);
41
bool
RemoveDirectoryWithSubItems
(const UString &path);
146
_mustBeDeleted = !
RemoveDirectoryWithSubItems
(_tempDir);
168
_mustBeDeleted = !
RemoveDirectoryWithSubItems
(_tempDir);
FileDir.cpp
406
return
RemoveDirectoryWithSubItems
(pathPrefix + fileInfo.Name);
410
bool
RemoveDirectoryWithSubItems
(const CSysString &path)
429
return
RemoveDirectoryWithSubItems
(pathPrefix + fileInfo.Name);
432
bool
RemoveDirectoryWithSubItems
(const UString &path)
Completed in 137 milliseconds