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

  /external/chromium_org/third_party/webrtc/base/
fileutils.h 130 // call DeleteFolderAndContents and DeleteFile on every path contained in this
136 virtual bool DeleteFolderAndContents(const Pathname &folder) {
142 // DeleteFolderAndContents
145 return DeleteFolderAndContents(path);
315 static bool DeleteFolderAndContents(const Pathname &folder) {
316 return EnsureDefaultFilesystem()->DeleteFolderAndContents(folder);
fileutils.cc 196 if (!DeleteFolderAndContents(subdir)) {
fileutils_mock.h 169 bool DeleteFolderAndContents(const Pathname &folder) {
unixfilesystem.cc 253 if (!DeleteFolderAndContents(old_path))
500 // TODO: atexit(DeleteFolderAndContents(app_temp_path_));
win32filesystem.cc 258 if (!DeleteFolderAndContents(old_path))
446 // TODO: Consider overriding DeleteFolderAndContents for speed and potentially

Completed in 182 milliseconds