Searched refs:is_dir (Results 1 - 22 of 22) sorted by relevance

/external/libcxx/utils/libcxx/android/
H A Dexecutors.py17 def _remote_temp(self, is_dir):
18 dir_arg = '-d' if is_dir else ''
/external/jsoncpp/devtools/
H A 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/valgrind/coregrind/m_initimg/
H A Dinitimg-pathscan.c101 if (VG_(is_dir)(buf))
/external/boringssl/src/util/
H A Dgenerate_build_files.py440 def NoTests(dent, is_dir):
443 if is_dir:
448 def OnlyTests(dent, is_dir):
451 if is_dir:
456 def AllFiles(dent, is_dir):
462 def NotGTestMain(dent, is_dir):
466 def SSLHeaderFiles(dent, is_dir):
649 def NotSSLHeaderFiles(filename, is_dir):
650 return not SSLHeaderFiles(filename, is_dir)
/external/autotest/client/cros/faft/utils/
H A Dfirmware_updater.py29 if not self.os_if.is_dir(self._temp_path):
54 if self.os_if.is_dir(self._temp_path):
H A Dkernel_handler.py140 if key_path and self.os_if.is_dir(key_path):
H A Dos_interface.py156 def is_dir(self, path): member in class:OSInterface
/external/e2fsprogs/contrib/android/
H A Dfsmap.c48 static int is_dir(ext2_filsys fs, ext2_ino_t ino) function
91 if (is_dir(pdata->fs, de->inode)) {
H A Dperms.c184 static int is_dir(ext2_filsys fs, ext2_ino_t ino) function
237 if (is_dir(params->fs, de->inode)) {
/external/libchrome/base/files/
H A Dfile_path_watcher_linux.cc103 // |is_dir| is true if the object is a directory.
108 bool is_dir);
160 void UpdateRecursiveWatches(InotifyReader::Watch fired_watch, bool is_dir);
353 bool is_dir) {
358 fired_watch, child, created, deleted, is_dir));
435 UpdateRecursiveWatches(fired_watch, is_dir);
445 UpdateRecursiveWatches(fired_watch, is_dir);
543 bool is_dir) {
560 if (!is_dir)
349 OnFilePathChanged(InotifyReader::Watch fired_watch, const FilePath::StringType& child, bool created, bool deleted, bool is_dir) argument
541 UpdateRecursiveWatches( InotifyReader::Watch fired_watch, bool is_dir) argument
/external/libcxx/utils/libcxx/test/
H A Dexecutor.py125 def _remote_temp(self, is_dir):
191 def _remote_temp(self, is_dir):
197 dir_arg = '-d' if is_dir else ''
/external/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c90 int is_dir; member in struct:user_file
107 int is_dir; member in struct:link_info
418 ufile->is_dir = (type == IS_DIRECTORY);
469 if (ufile->is_dir)
/external/valgrind/coregrind/
H A Dpub_core_libcfile.h57 extern Bool VG_(is_dir) ( const HChar* f );
H A Dm_errormgr.c1266 if (VG_(is_dir)( filename )) {
H A Dm_libcfile.c462 Bool VG_(is_dir) ( const HChar* f ) function
/external/kmod/shared/
H A Dutil.c387 static inline int is_dir(const char *path) function
409 int r = is_dir(start);
/external/e2fsprogs/e2fsck/
H A Dpass1.c85 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct
1511 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0;
2558 int is_dir, is_leaf; local
2593 is_dir = LINUX_S_ISDIR(pctx->inode->i_mode);
2618 else if (is_leaf && is_dir &&
2631 if (try_repairs && is_dir && problem == 0 &&
2766 if (pb->is_dir)
2788 if (try_repairs && is_dir &&
2822 while (is_dir && (++pb->last_db_block <
2861 if (is_dir) {
[all...]
/external/autotest/server/hosts/
H A Dabstract_ssh.py480 is_dir = self.run("ls -d %s/" % dest,
482 if is_dir:
/external/e2fsprogs/resize/
H A Dresize2fs.c1818 int is_dir; member in struct:process_block_struct
1851 if (pb->is_dir) {
2048 pb.is_dir = LINUX_S_ISDIR(inode->i_mode);
2070 pb.is_dir);
2113 (rfs->bmap || pb.is_dir)) {
2129 (rfs->bmap || pb.is_dir)) {
/external/kmod/tools/
H A Ddepmod.c1119 uint8_t is_dir; local
1135 is_dir = 0;
1137 is_dir = 1;
1144 is_dir = 0;
1146 is_dir = 1;
1154 if (is_dir) {
/external/e2fsprogs/misc/
H A De2image.c304 int is_dir; member in struct:process_block_struct
378 if (scramble_block_map && p->is_dir && blockcnt >= 0)
1329 pb.is_dir = LINUX_S_ISDIR(inode.i_mode);
/external/openssh/
H A Dsftp.c554 is_dir(char *path) function
616 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) {
633 if (is_dir(dst)) {

Completed in 1565 milliseconds