Searched defs:recursive (Results 1 - 25 of 91) sorted by path

1234

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/base/
H A Dfile_util_posix.cc198 // which works both with and without the recursive flag. I'm not sure we need
201 bool DeleteFile(const FilePath& path, bool recursive) { argument
213 if (!recursive)
251 bool recursive) {
284 if (recursive)
286 FileEnumerator traversal(from_path, recursive, traverse_type);
299 if (recursive && stat(to_path.value().c_str(), &to_path_stat) == 0 &&
306 // The Windows version of this function assumes that non-recursive calls
309 DCHECK(recursive || S_ISDIR(from_stat.st_mode));
249 CopyDirectory(const FilePath& from_path, const FilePath& to_path, bool recursive) argument
H A Dfile_util_win.cc49 bool DeleteFile(const FilePath& path, bool recursive) { argument
60 if (!recursive) {
85 if (!recursive)
137 bool recursive) {
173 if (recursive)
175 FileEnumerator traversal(from_path, recursive, traverse_type);
183 DCHECK(recursive || DirectoryExists(from_path));
189 if (recursive && DirectoryExists(to_path)) {
136 CopyDirectory(const FilePath& from_path, const FilePath& to_path, bool recursive) argument
/external/chromium_org/base/files/
H A Dfile_enumerator_posix.cc41 bool recursive,
45 recursive_(recursive),
47 // INCLUDE_DOT_DOT must not be specified if recursive.
48 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
53 bool recursive,
58 recursive_(recursive),
61 // INCLUDE_DOT_DOT must not be specified if recursive.
62 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
40 FileEnumerator(const FilePath& root_path, bool recursive, int file_type) argument
52 FileEnumerator(const FilePath& root_path, bool recursive, int file_type, const FilePath::StringType& pattern) argument
H A Dfile_enumerator_win.cc44 bool recursive,
46 : recursive_(recursive),
50 // INCLUDE_DOT_DOT must not be specified if recursive.
51 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
57 bool recursive,
60 : recursive_(recursive),
65 // INCLUDE_DOT_DOT must not be specified if recursive.
66 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
146 // If |cur_file| is a directory, and we are doing recursive searching,
43 FileEnumerator(const FilePath& root_path, bool recursive, int file_type) argument
56 FileEnumerator(const FilePath& root_path, bool recursive, int file_type, const FilePath::StringType& pattern) argument
H A Dfile_path_watcher.cc50 bool recursive,
53 return impl_->Watch(path, recursive, callback);
49 Watch(const FilePath& path, bool recursive, const Callback& callback) argument
H A Dfile_path_watcher_fsevents.cc141 bool recursive,
147 // This class could support non-recursive watches, but that is currently
149 if (!recursive)
140 Watch(const FilePath& path, bool recursive, const FilePathWatcher::Callback& callback) argument
H A Dfile_path_watcher_kqueue.cc313 bool recursive,
320 if (recursive) {
312 Watch(const FilePath& path, bool recursive, const FilePathWatcher::Callback& callback) argument
H A Dfile_path_watcher_linux.cc114 bool recursive,
148 // - This is a no-op if the watch is not recursive.
149 // - If |target_| does not exist, then clear all the recursive watches.
151 // addition of recursive watches for |target_|.
163 // Remove all the recursive watches.
368 // Used below to avoid multiple recursive updates.
427 bool recursive,
435 recursive_ = recursive;
568 true /* recursive enumeration */,
426 Watch(const FilePath& path, bool recursive, const FilePathWatcher::Callback& callback) argument
H A Dfile_path_watcher_win.cc31 bool recursive,
46 // Setup a watch handle for directory |dir|. Set |recursive| to true to watch
51 bool recursive,
90 bool recursive,
97 recursive_watch_ = recursive;
162 // Only the mtime of |target_| is tracked but in a recursive watch,
207 bool recursive,
211 recursive,
89 Watch(const FilePath& path, bool recursive, const FilePathWatcher::Callback& callback) argument
206 SetupWatchHandle(const FilePath& dir, bool recursive, HANDLE* handle) argument
H A Dfile_util_proxy.cc50 File::Error DeleteAdapter(const FilePath& file_path, bool recursive) { argument
54 if (!base::DeleteFile(file_path, recursive)) {
55 if (!recursive && !base::IsDirectoryEmpty(file_path)) {
82 bool recursive,
86 Bind(&DeleteAdapter, file_path, recursive),
80 DeleteFile(TaskRunner* task_runner, const FilePath& file_path, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dasync_file_util.cc183 bool recursive,
196 file_path, exclusive, recursive,
377 file_path, false /* not recursive */,
397 file_path, false /* not recursive */,
417 file_path, true /* recursive */,
179 CreateDirectory( scoped_ptr<fileapi::FileSystemOperationContext> context, const fileapi::FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dprovider_async_file_util.cc112 bool recursive,
108 CreateDirectory( scoped_ptr<fileapi::FileSystemOperationContext> context, const fileapi::FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmark_api_helpers.cc112 bool recursive,
127 if (node->is_folder() && !node->empty() && !recursive) {
109 RemoveNode(BookmarkModel* model, ChromeBookmarkClient* client, int64 id, bool recursive, std::string* error) argument
/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.cc139 bool recursive) {
146 } else if (recursive) {
147 child = (*i)->ReleaseChild(child_id, recursive);
424 old_parent->ReleaseChild(child_id, false /* non-recursive search*/);
488 MenuItem* child = (*j)->ReleaseChild(id, true /* recursive */);
138 ReleaseChild(const Id& child_id, bool recursive) argument
/external/chromium_org/chrome/browser/local_discovery/storage/
H A Dprivet_filesystem_async_util.cc47 bool recursive,
43 CreateDirectory( scoped_ptr<fileapi::FileSystemOperationContext> context, const fileapi::FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.cc296 bool recursive,
292 CreateDirectory( scoped_ptr<FileSystemOperationContext> context, const FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
H A Dnative_media_file_util.cc156 bool recursive,
164 url, exclusive, recursive, callback));
318 bool recursive,
322 CreateDirectorySync(context.get(), url, exclusive, recursive);
431 bool recursive) {
437 recursive);
560 false /* recursive */,
152 CreateDirectory( scoped_ptr<fileapi::FileSystemOperationContext> context, const fileapi::FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
314 CreateDirectoryOnTaskRunnerThread( scoped_ptr<fileapi::FileSystemOperationContext> context, const fileapi::FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
427 CreateDirectorySync( fileapi::FileSystemOperationContext* context, const fileapi::FileSystemURL& url, bool exclusive, bool recursive) argument
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc395 const FileSystemURL& url, bool recursive) {
402 recursive));
573 url, false /* exclusive */, false /* recursive */, callback);
626 const FileSystemURL& url, bool recursive,
630 operation_runner()->Remove(url, recursive, callback);
394 Remove( const FileSystemURL& url, bool recursive) argument
625 DoRemove( const FileSystemURL& url, bool recursive, const StatusCallback& callback) argument
H A Dsyncable_file_system_operation.cc100 bool recursive,
118 url, exclusive, recursive,
201 const FileSystemURL& url, bool recursive,
215 url, recursive,
97 CreateDirectory( const FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
200 Remove( const FileSystemURL& url, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/content/browser/fileapi/
H A Dfileapi_message_filter.cc292 int request_id, const GURL& path, bool recursive) {
304 url, recursive,
326 bool is_directory, bool recursive) {
339 url, exclusive, recursive,
291 OnRemove( int request_id, const GURL& path, bool recursive) argument
324 OnCreate( int request_id, const GURL& path, bool exclusive, bool is_directory, bool recursive) argument
H A Dobfuscated_file_util_unittest.cc469 bool recursive = false; local
474 exclusive, recursive));
872 bool recursive = true; local
878 recursive));
1035 bool recursive = true; local
1038 exclusive, recursive));
1055 bool recursive = false; local
1058 ofu()->CreateDirectory(context.get(), url, exclusive, recursive));
1072 recursive = true;
1074 ofu()->CreateDirectory(context.get(), url, exclusive, recursive));
1196 bool recursive = true; local
1251 bool recursive = false; local
1277 bool recursive = true; local
1315 bool recursive = true; local
1355 bool recursive = true; local
1501 bool recursive = false; local
1545 bool recursive = false; local
1673 bool recursive = false; local
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc445 const bool recursive = false; local
447 idb_data_path, recursive, base::FileEnumerator::FILES);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_flash_file_message_filter.cc166 bool recursive) {
173 bool result = base::DeleteFile(full_path, recursive);
163 OnDeleteFileOrDir( ppapi::host::HostMessageContext* context, const ppapi::PepperFilePath& path, bool recursive) argument
/external/chromium_org/content/child/fileapi/
H A Dfile_system_dispatcher.cc226 bool recursive,
230 new FileSystemHostMsg_Remove(request_id, path, recursive));
250 false /* is_directory */, false /* recursive */));
256 bool recursive,
260 request_id, path, exclusive, true /* is_directory */, recursive));
224 Remove( const GURL& path, bool recursive, const StatusCallback& callback) argument
253 CreateDirectory( const GURL& path, bool exclusive, bool recursive, const StatusCallback& callback) argument

Completed in 587 milliseconds

1234