Home
last modified time | relevance | path

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

/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/boringssl/src/util/
Dgenerate_build_files.py440 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/
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/utils/libcxx/android/
Dexecutors.py17 def _remote_temp(self, is_dir): argument
18 dir_arg = '-d' if is_dir else ''
/external/libcxx/utils/libcxx/test/
Dexecutor.py125 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/
Dprot_hsymlinks.c90 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/
Dfsmap.c48 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()
Dperms.c184 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/
Dfirmware_updater.py29 if not self.os_if.is_dir(self._temp_path):
54 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.c85 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/
Dutil.c387 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/
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/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.py480 is_dir = self.run("ls -d %s/" % dest,
482 if is_dir:
/external/kmod/tools/
Ddepmod.c1119 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/
Dresize2fs.c1818 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/
De2image.c304 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/
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()