OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyRemoveDirectory
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/
FileDir.h
28
bool
MyRemoveDirectory
(LPCTSTR pathName);
37
bool
MyRemoveDirectory
(LPCWSTR pathName);
FileDir.cpp
135
bool
MyRemoveDirectory
(LPCTSTR pathName)
187
bool
MyRemoveDirectory
(LPCWSTR pathName)
190
return
MyRemoveDirectory
(GetSysPath(pathName));
422
return
MyRemoveDirectory
(path);
444
return
MyRemoveDirectory
(path);
/external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp
276
NFile::NDirectory::
MyRemoveDirectory
(_diskFilePath);
Completed in 628 milliseconds