Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileDir.cpp446 bool RemoveDirWithSubItems(const FString &path) in RemoveDirWithSubItems() function
476 if (!RemoveDirWithSubItems(s)) in RemoveDirWithSubItems()
710 _mustBeDeleted = !RemoveDirWithSubItems(_path); in Remove()
DFileDir.h49 bool RemoveDirWithSubItems(const FString &path);
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c177 static WRes RemoveDirWithSubItems(WCHAR *path) in RemoveDirWithSubItems() function
198 res = RemoveDirWithSubItems(path); in RemoveDirWithSubItems()
618 RemoveDirWithSubItems(path); in main()