Home
last modified time | relevance | path

Searched refs:is_dir (Results 1 – 21 of 21) sorted by relevance

/external/chromium-trace/catapult/trace_processor/third_party/cloudstorage/
Dcommon.py108 is_dir=False): argument
126 self.is_dir = is_dir
133 if not is_dir:
141 if self.is_dir:
Dcloudstorage_api.py398 st_size=None, etag=None, st_ctime=None, is_dir=True)
/external/boringssl/src/util/
Dgenerate_build_files.py298 def NoTests(dent, is_dir): argument
301 if is_dir:
306 def OnlyTests(dent, is_dir): argument
309 if is_dir:
314 def AllFiles(dent, is_dir): argument
320 def SSLHeaderFiles(dent, is_dir): argument
479 def NotSSLHeaderFiles(filename, is_dir): argument
480 return not SSLHeaderFiles(filename, is_dir)
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc108 bool is_dir);
160 void UpdateRecursiveWatches(InotifyReader::Watch fired_watch, bool is_dir);
353 bool is_dir) { in OnFilePathChanged() argument
358 fired_watch, child, created, deleted, is_dir)); in OnFilePathChanged()
435 UpdateRecursiveWatches(fired_watch, is_dir); in OnFilePathChanged()
445 UpdateRecursiveWatches(fired_watch, is_dir); in OnFilePathChanged()
543 bool is_dir) { in UpdateRecursiveWatches() argument
560 if (!is_dir) in UpdateRecursiveWatches()
/external/jsoncpp/devtools/
Dantglob.py128 is_dir = os.path.isdir( full_path )
129 if is_dir and not is_pruned_dir( entry ): # explore child directory ?
139 if not is_file and not is_dir:
/external/libcxx/test/libcxx/android/
Dexecutors.py17 def _remote_temp(self, is_dir): argument
18 dir_arg = '-d' if is_dir else ''
/external/libcxx/test/libcxx/test/
Dexecutor.py94 def _remote_temp(self, is_dir): argument
160 def _remote_temp(self, is_dir): argument
166 dir_arg = '-d' if is_dir else ''
/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py29 if not self.os_if.is_dir(self._temp_path):
55 if self.os_if.is_dir(self._temp_path):
Dkernel_handler.py140 if key_path and self.os_if.is_dir(key_path):
Dos_interface.py156 def is_dir(self, path): member in OSInterface
/external/e2fsprogs/e2fsck/
Dpass1.c82 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member
860 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0; in e2fsck_pass1()
1795 int is_dir, is_leaf; in scan_extent_node() local
1807 is_dir = LINUX_S_ISDIR(pctx->inode->i_mode); in scan_extent_node()
1827 else if (is_leaf && is_dir && in scan_extent_node()
1904 if (pb->is_dir) in scan_extent_node()
1920 while (is_dir && (++pb->last_db_block < in scan_extent_node()
1950 if (is_dir) { in scan_extent_node()
1963 if (is_dir && extent.e_len > 0) in scan_extent_node()
1967 if (is_leaf && !is_dir && in scan_extent_node()
[all …]
/external/valgrind/coregrind/m_initimg/
Dinitimg-pathscan.c101 if (VG_(is_dir)(buf)) in match_executable() local
/external/valgrind/coregrind/
Dpub_core_libcfile.h57 extern Bool VG_(is_dir) ( const HChar* f );
Dm_libcfile.c462 Bool VG_(is_dir) ( const HChar* f ) in VG_() argument
Dm_errormgr.c1266 if (VG_(is_dir)( filename )) { in load_one_suppressions_file() local
/external/v8/tools/gyp/pylib/gyp/
Dxcodeproj_file.py1232 is_dir = False
1234 is_dir = True
1236 if is_dir:
1256 assert not is_dir or variant_name is None
1260 ((is_dir or variant_name != None) and len(path_split) == 2) or \
1466 is_dir = True
1468 is_dir = False
1527 if is_dir:
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm314 BOOL is_dir = NO;
316 isDirectory:&is_dir];
317 if (file_exists && is_dir) {
/external/autotest/server/hosts/
Dabstract_ssh.py426 is_dir = self.run("ls -d %s/" % dest,
428 if is_dir:
/external/e2fsprogs/resize/
Dresize2fs.c1369 int is_dir; member
1399 if (pb->is_dir) { in process_block()
1508 pb.is_dir = LINUX_S_ISDIR(inode->i_mode); in inode_scan_and_fix()
1524 (rfs->bmap || pb.is_dir)) { in inode_scan_and_fix()
1548 pb.is_dir); in inode_scan_and_fix()
/external/e2fsprogs/misc/
De2image.c296 int is_dir; member
370 if (scramble_block_map && p->is_dir && blockcnt >= 0) in process_dir_block()
1313 pb.is_dir = LINUX_S_ISDIR(inode.i_mode); in write_raw_image_file()
/external/openssh/
Dsftp.c554 is_dir(char *path) in is_dir() function
616 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) { in process_get()
633 if (is_dir(dst)) { in process_get()