/external/libchrome/base/files/ |
D | file_path_watcher_linux.cc | 108 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/boringssl/src/util/ |
D | generate_build_files.py | 440 def NoTests(dent, is_dir): argument 443 if is_dir: 448 def OnlyTests(dent, is_dir): argument 451 if is_dir: 456 def AllFiles(dent, is_dir): argument 462 def NotGTestMain(dent, is_dir): argument 466 def SSLHeaderFiles(dent, is_dir): argument 649 def NotSSLHeaderFiles(filename, is_dir): argument 650 return not SSLHeaderFiles(filename, is_dir)
|
/external/jsoncpp/devtools/ |
D | antglob.py | 128 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/utils/libcxx/android/ |
D | executors.py | 17 def _remote_temp(self, is_dir): argument 18 dir_arg = '-d' if is_dir else ''
|
/external/libcxx/utils/libcxx/test/ |
D | executor.py | 125 def _remote_temp(self, is_dir): argument 191 def _remote_temp(self, is_dir): argument 197 dir_arg = '-d' if is_dir else ''
|
/external/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | prot_hsymlinks.c | 90 int is_dir; member 107 int is_dir; member 418 ufile->is_dir = (type == IS_DIRECTORY); in ufiles_add() 469 if (ufile->is_dir) in create_check_hlinks()
|
/external/e2fsprogs/contrib/android/ |
D | fsmap.c | 48 static int is_dir(ext2_filsys fs, ext2_ino_t ino) in is_dir() function 91 if (is_dir(pdata->fs, de->inode)) { in walk_ext_dir()
|
D | perms.c | 184 static int is_dir(ext2_filsys fs, ext2_ino_t ino) in is_dir() function 237 if (is_dir(params->fs, de->inode)) { in walk_dir()
|
/external/autotest/client/cros/faft/utils/ |
D | firmware_updater.py | 29 if not self.os_if.is_dir(self._temp_path): 54 if self.os_if.is_dir(self._temp_path):
|
D | kernel_handler.py | 140 if key_path and self.os_if.is_dir(key_path):
|
D | os_interface.py | 156 def is_dir(self, path): member in OSInterface
|
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 85 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member 1511 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0; in e2fsck_pass1() 2558 int is_dir, is_leaf; in scan_extent_node() local 2593 is_dir = LINUX_S_ISDIR(pctx->inode->i_mode); in scan_extent_node() 2618 else if (is_leaf && is_dir && in scan_extent_node() 2631 if (try_repairs && is_dir && problem == 0 && in scan_extent_node() 2766 if (pb->is_dir) in scan_extent_node() 2788 if (try_repairs && is_dir && in scan_extent_node() 2822 while (is_dir && (++pb->last_db_block < in scan_extent_node() 2861 if (is_dir) { in scan_extent_node() [all …]
|
/external/kmod/shared/ |
D | util.c | 387 static inline int is_dir(const char *path) in is_dir() function 409 int r = is_dir(start); in mkdir_p()
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-pathscan.c | 101 if (VG_(is_dir)(buf)) in match_executable() local
|
/external/valgrind/coregrind/ |
D | pub_core_libcfile.h | 57 extern Bool VG_(is_dir) ( const HChar* f );
|
D | m_libcfile.c | 462 Bool VG_(is_dir) ( const HChar* f ) in VG_() argument
|
D | m_errormgr.c | 1266 if (VG_(is_dir)( filename )) { in load_one_suppressions_file() local
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | crash_report.mm | 314 BOOL is_dir = NO; 316 isDirectory:&is_dir]; 317 if (file_exists && is_dir) {
|
/external/autotest/server/hosts/ |
D | abstract_ssh.py | 480 is_dir = self.run("ls -d %s/" % dest, 482 if is_dir:
|
/external/kmod/tools/ |
D | depmod.c | 1119 uint8_t is_dir; in depmod_modules_search_dir() local 1135 is_dir = 0; in depmod_modules_search_dir() 1137 is_dir = 1; in depmod_modules_search_dir() 1144 is_dir = 0; in depmod_modules_search_dir() 1146 is_dir = 1; in depmod_modules_search_dir() 1154 if (is_dir) { in depmod_modules_search_dir()
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 1818 int is_dir; member 1851 if (pb->is_dir) { in process_block() 2048 pb.is_dir = LINUX_S_ISDIR(inode->i_mode); in inode_scan_and_fix() 2070 pb.is_dir); in inode_scan_and_fix() 2113 (rfs->bmap || pb.is_dir)) { in inode_scan_and_fix() 2129 (rfs->bmap || pb.is_dir)) { in inode_scan_and_fix()
|
/external/e2fsprogs/misc/ |
D | e2image.c | 304 int is_dir; member 378 if (scramble_block_map && p->is_dir && blockcnt >= 0) in process_dir_block() 1329 pb.is_dir = LINUX_S_ISDIR(inode.i_mode); in write_raw_image_file()
|
/external/openssh/ |
D | sftp.c | 554 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()
|