OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteFolderAndContents
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h
147
// call
DeleteFolderAndContents
and DeleteFile on every path contained in this
153
virtual bool
DeleteFolderAndContents
(const Pathname &folder) {
159
//
DeleteFolderAndContents
162
return
DeleteFolderAndContents
(path);
332
static bool
DeleteFolderAndContents
(const Pathname &folder) {
333
return EnsureDefaultFilesystem()->
DeleteFolderAndContents
(folder);
fileutils.cc
218
if (!
DeleteFolderAndContents
(subdir)) {
fileutils_mock.h
186
bool
DeleteFolderAndContents
(const Pathname &folder) {
unixfilesystem.cc
246
if (!
DeleteFolderAndContents
(old_path))
486
// TODO: atexit(
DeleteFolderAndContents
(app_temp_path_));
win32filesystem.cc
275
if (!
DeleteFolderAndContents
(old_path))
463
// TODO: Consider overriding
DeleteFolderAndContents
for speed and potentially
/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 486 milliseconds