Home
last modified time | relevance | path

Searched refs:MyRemoveDirectory (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DFileDir.h28 bool MyRemoveDirectory(LPCTSTR pathName);
37 bool MyRemoveDirectory(LPCWSTR pathName);
DFileDir.cpp135 bool MyRemoveDirectory(LPCTSTR pathName) in MyRemoveDirectory() function
187 bool MyRemoveDirectory(LPCWSTR pathName) in MyRemoveDirectory() function
190 return MyRemoveDirectory(GetSysPath(pathName)); in MyRemoveDirectory()
422 return MyRemoveDirectory(path); in RemoveDirectoryWithSubItems()
444 return MyRemoveDirectory(path); in RemoveDirectoryWithSubItems()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp276 NFile::NDirectory::MyRemoveDirectory(_diskFilePath); in GetStream()