OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeleteFolderAndContents
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
fileutils.cc
201
if (!
DeleteFolderAndContents
(subdir)) {
216
bool FilesystemInterface::
DeleteFolderAndContents
(const Pathname& folder) {
fileutils.h
128
// call
DeleteFolderAndContents
and DeleteFile on every path contained in this
134
virtual bool
DeleteFolderAndContents
(const Pathname& folder);
138
//
DeleteFolderAndContents
141
return
DeleteFolderAndContents
(path);
311
static bool
DeleteFolderAndContents
(const Pathname &folder) {
312
return EnsureDefaultFilesystem()->
DeleteFolderAndContents
(folder);
fileutils_mock.h
169
bool
DeleteFolderAndContents
(const Pathname &folder) {
Completed in 116 milliseconds