HomeSort by relevance Sort by last modified time
    Searched refs:DeleteFolderAndContents (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.h 145 // call DeleteFolderAndContents and DeleteFile on every path contained in this
151 virtual bool DeleteFolderAndContents(const Pathname &folder) {
157 // DeleteFolderAndContents
160 return DeleteFolderAndContents(path);
330 static bool DeleteFolderAndContents(const Pathname &folder) {
331 return EnsureDefaultFilesystem()->DeleteFolderAndContents(folder);
fileutils.cc 206 if (!DeleteFolderAndContents(subdir)) {
unixfilesystem.cc 252 if (!DeleteFolderAndContents(old_path))
473 // TODO: atexit(DeleteFolderAndContents(app_temp_path_));
win32filesystem.cc 275 if (!DeleteFolderAndContents(old_path))
463 // TODO: Consider overriding DeleteFolderAndContents for speed and potentially

Completed in 70 milliseconds