Searched refs:is_recursive (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dremove_operation.cc26 bool is_recursive,
38 if (entry.file_info().is_directory() && !is_recursive) {
79 bool is_recursive,
93 is_recursive,
23 UpdateLocalState(internal::ResourceMetadata* metadata, internal::FileCache* cache, const base::FilePath& path, bool is_recursive, std::string* local_id, base::FilePath* changed_directory_path) argument
78 Remove(const base::FilePath& path, bool is_recursive, const FileOperationCallback& callback) argument
H A Dcreate_directory_operation.h45 // If |is_recursive| is true, the invocation creates parent directories as
51 bool is_recursive,
H A Dremove_operation.h43 // Removes the resource at |path|. If |path| is a directory and |is_recursive|
44 // is set, it recursively removes all the descendants. If |is_recursive| is
49 bool is_recursive,
H A Dcreate_directory_operation.cc68 bool is_recursive,
105 if (!is_recursive && existing_deepest_path != directory_path.DirName())
135 bool is_recursive,
146 metadata_, directory_path, is_exclusive, is_recursive,
65 UpdateLocalState(internal::ResourceMetadata* metadata, const base::FilePath& directory_path, bool is_exclusive, bool is_recursive, std::set<std::string>* updated_local_ids, std::set<base::FilePath>* changed_directories) argument
132 CreateDirectory( const base::FilePath& directory_path, bool is_exclusive, bool is_recursive, const FileOperationCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddummy_file_system.h35 bool is_recursive,
40 bool is_recursive,
H A Dfake_file_system.h64 bool is_recursive,
68 bool is_recursive,
H A Dfile_system_interface.h242 // Removes |file_path| from the file system. If |is_recursive| is set and
250 bool is_recursive,
255 // |directory_path|. If |is_recursive| is true, the call creates parent
261 bool is_recursive,
H A Dfile_system.cc244 bool is_recursive; member in struct:drive::FileSystem::CreateDirectoryParams
438 bool is_recursive,
442 remove_operation_->Remove(file_path, is_recursive, callback);
448 bool is_recursive,
456 params.is_recursive = is_recursive;
475 params.directory_path, params.is_exclusive, params.is_recursive,
437 Remove(const base::FilePath& file_path, bool is_recursive, const FileOperationCallback& callback) argument
445 CreateDirectory( const base::FilePath& directory_path, bool is_exclusive, bool is_recursive, const FileOperationCallback& callback) argument
H A Ddownload_handler_unittest.cc40 bool is_recursive,
H A Ddownload_handler.cc165 const bool is_exclusive = false, is_recursive = true; local
168 is_exclusive, is_recursive, local
H A Dfile_system.h105 bool is_recursive,
109 bool is_recursive,
H A Dfake_file_system.cc75 bool is_recursive,
83 bool is_recursive,
74 Remove(const base::FilePath& file_path, bool is_recursive, const FileOperationCallback& callback) argument
80 CreateDirectory( const base::FilePath& directory_path, bool is_exclusive, bool is_recursive, const FileOperationCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dfileapi_worker.h125 bool is_recursive,
133 bool is_recursive,
H A Dfileapi_worker.cc267 bool is_recursive,
271 file_system->Remove(file_path, is_recursive,
277 bool is_recursive,
282 file_path, is_exclusive, is_recursive,
266 Remove(const base::FilePath& file_path, bool is_recursive, const StatusCallback& callback, FileSystemInterface* file_system) argument
275 CreateDirectory(const base::FilePath& file_path, bool is_exclusive, bool is_recursive, const StatusCallback& callback, FileSystemInterface* file_system) argument
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h39 bool is_recursive; member in struct:__tsan::SyncVar
H A Dtsan_sync.cc46 is_recursive = 0;
H A Dtsan_rtl_mutex.cc81 s->is_recursive = recursive;
170 } else if (!s->is_recursive) {
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4243 int is_recursive = recursive_value && local
4251 if( !is_recursive )
/external/chromium_org/v8/src/
H A Dhydrogen.h415 bool is_recursive() const { function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc61 !chunk()->graph()->is_recursive()) ||
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.cc62 !chunk()->graph()->is_recursive()) ||

Completed in 589 milliseconds