Searched
full:recursive (Results
326 -
350 of
2183) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libnsl.so | |
libnsl.so.1 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libnsl-2.7.so | |
libnsl.so | |
libnsl.so.1 | |
/system/extras/tests/fstest/ |
perm_checker.c | 49 enum perm_rule_type {EXACT_FILE = 0, EXACT_DIR, WILDCARD, RECURSIVE, 122 pr->type = RECURSIVE; 263 pr = rules[RECURSIVE]; 338 pr = rules[RECURSIVE];
|
/external/chromium/base/ |
file_util.h | 98 // directory's contents. Passing true to recursive deletes 102 // WARNING: USING THIS WITH recursive==true IS EQUIVALENT 104 BASE_API bool Delete(const FilePath& path, bool recursive); 139 bool recursive); 431 // If |recursive| is true, this will enumerate all matches in any 446 // recursive subdirectories. 449 bool recursive, 452 bool recursive,
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility.cc | 160 void BrowserAccessibility::InternalReleaseReference(bool recursive) { 163 if (recursive || ref_count_ == 1) {
|
/external/chromium/chrome/common/extensions/ |
extension_file_util.cc | 86 file_util::Delete(extensions_dir.AppendASCII(id), true); // recursive. 316 false, // Not recursive. 336 file_util::Delete(extension_path, true); // Recursive. 349 file_util::Delete(extension_path, true); // Recursive. 356 false, // Not recursive. 364 file_util::Delete(version_dir, true); // Recursive. 618 void DeleteFile(const FilePath& path, bool recursive) { 619 file_util::Delete(path, recursive);
|
/external/chromium/net/base/ |
address_list.cc | 117 void AddressList::Copy(const struct addrinfo* head, bool recursive) { 118 data_ = new Data(CreateCopyOfAddrinfo(head, recursive),
|
/external/chromium_org/ash/wm/panels/ |
panel_layout_manager.h | 160 // Protect against recursive calls to OnWindowAddedToLayout(). 162 // Protect against recursive calls to Relayout().
|
/external/chromium_org/base/ |
file_util_win.cc | 39 bool recursive) { 69 if (!recursive) 85 bool DeleteFile(const FilePath& path, bool recursive) { 91 if (!recursive) { 118 if (!recursive) 172 bool recursive) { 175 if (recursive) 184 // Except that Vista fails to do that, and instead do a recursive copy if
|
/external/chromium_org/base/files/ |
file_util_proxy.h | 97 // It is an error to delete a non-empty directory with recursive=false. 101 bool recursive,
|
/external/chromium_org/chrome/browser/extensions/api/bookmarks/ |
bookmark_api_helpers.cc | 169 bool recursive, 180 if (node->is_folder() && !node->empty() && !recursive) {
|
/external/chromium_org/content/child/fileapi/ |
file_system_dispatcher.h | 81 bool recursive, 91 bool recursive,
|
/external/chromium_org/content/common/ |
accessibility_node_data.h | 283 virtual std::string DebugString(bool recursive) const; 325 virtual std::string DebugString(bool recursive) const OVERRIDE;
|
/external/chromium_org/native_client_sdk/src/tools/ |
oshelpers.py | 84 if not options.recursive: 113 '-R', '-r', '--recursive', dest='recursive', action='store_true', 244 '-R', '-r', '--recursive', dest='recursive', action='store_true', 287 if options.recursive: 348 '-r', dest='recursive', action='store_true', 372 if options.recursive and os.path.isdir(src_file):
|
/external/chromium_org/net/base/ |
directory_lister_unittest.cc | 24 ListerDelegate(bool recursive, 27 recursive_(recursive),
|
/external/chromium_org/ppapi/c/private/ |
ppb_flash_file.h | 53 // Deletes a file or directory. If recursive is set and the path points to a 59 PP_Bool recursive);
|
/external/chromium_org/ppapi/cpp/private/ |
flash_file.cc | 65 bool recursive) { 70 PP_FromBool(recursive));
|
/external/chromium_org/ppapi/proxy/ |
flash_file_resource.cc | 75 PP_Bool recursive) { 81 PP_ToBool(recursive)));
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPageSerializer.h | 81 // The parameter recursive specifies whether we need to 92 bool recursive,
|
/external/chromium_org/third_party/sqlite/src/test/ |
trigger3.test | 21 # The tests in this file were written before SQLite supported recursive } 23 # recursive triggers for this file.
|
/external/chromium_org/tools/gyp/tools/Xcode/Specifications/ |
gyp.xclangspec | 172 Recursive = YES; 187 Recursive = YES;
|
/external/clang/include/clang/Frontend/ |
DiagnosticRenderer.h | 41 /// a recursive process, synthesizing notes for each macro expansion. 44 /// FIXME: Sink the recursive printing of template instantiations into this
|
Completed in 563 milliseconds
<<11121314151617181920>>