Home
last modified time | relevance | path

Searched refs:RemoveDirectoryWithSubItems (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
DFileDir.h32 bool RemoveDirectoryWithSubItems(const CSysString &path);
41 bool RemoveDirectoryWithSubItems(const UString &path);
146 _mustBeDeleted = !RemoveDirectoryWithSubItems(_tempDir); in Remove()
168 _mustBeDeleted = !RemoveDirectoryWithSubItems(_tempDir); in Remove()
DFileDir.cpp406 return RemoveDirectoryWithSubItems(pathPrefix + fileInfo.Name); in RemoveDirectorySubItems2()
410 bool RemoveDirectoryWithSubItems(const CSysString &path) in RemoveDirectoryWithSubItems() function
429 return RemoveDirectoryWithSubItems(pathPrefix + fileInfo.Name); in RemoveDirectorySubItems2()
432 bool RemoveDirectoryWithSubItems(const UString &path) in RemoveDirectoryWithSubItems() function