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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.h 51 // If |is_recursive| is true, the invocation creates parent directories as
57 bool is_recursive,
75 bool is_recursive,
remove_operation.cc 25 bool is_recursive,
31 if (entry->file_info().is_directory() && !is_recursive) {
82 bool is_recursive,
91 base::Bind(&CheckLocalState, metadata_, path, is_recursive, entry),
remove_operation.h 46 // Removes the resource at |path|. If |path| is a directory and |is_recursive|
47 // is set, it recursively removes all the descendants. If |is_recursive| is
52 bool is_recursive,
create_directory_operation.cc 67 bool is_recursive,
85 is_recursive,
125 bool is_recursive,
145 if (!is_recursive &&
  /external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.h 38 bool is_recursive,
43 bool is_recursive,
fileapi_worker.h 120 bool is_recursive,
128 bool is_recursive,
fileapi_worker.cc 261 bool is_recursive,
265 file_system->Remove(file_path, is_recursive,
271 bool is_recursive,
276 file_path, is_exclusive, is_recursive,
file_system.h 104 bool is_recursive,
108 bool is_recursive,
191 bool is_recursive,
download_handler.cc 270 const bool is_exclusive = false, is_recursive = true; local
272 drive_dir_path, is_exclusive, is_recursive,
fake_file_system.h 72 bool is_recursive,
76 bool is_recursive,
file_system_interface.h 258 // Removes |file_path| from the file system. If |is_recursive| is set and
266 bool is_recursive,
271 // |directory_path|. If |is_recursive| is true, the call creates parent
277 bool is_recursive,
file_system.cc 370 bool is_recursive,
374 remove_operation_->Remove(file_path, is_recursive, callback);
380 bool is_recursive,
389 directory_path, is_exclusive, is_recursive, callback));
395 bool is_recursive,
407 directory_path, is_exclusive, is_recursive, callback);
    [all...]
fake_file_system.cc 90 bool is_recursive,
98 bool is_recursive,
download_handler_unittest.cc 57 bool is_recursive,
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 67 bool is_recursive; member in struct:__tsan::SyncVar
tsan_sync.cc 28 , is_recursive()
tsan_rtl_mutex.cc 37 s->is_recursive = recursive;
108 } else if (!s->is_recursive) {
  /external/opencv/cxcore/src/
cxpersistence.cpp 4243 int is_recursive = recursive_value && local
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 421 bool is_recursive() const { function in class:v8::internal::HGraph
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 90 !chunk()->graph()->is_recursive()) ||
    [all...]

Completed in 651 milliseconds