/external/e2fsprogs/contrib/android/ |
H A D | fsmap.c | 48 static int is_dir(ext2_filsys fs, ext2_ino_t ino) function 91 if (is_dir(pdata->fs, de->inode)) {
|
H A D | perms.c | 184 static int is_dir(ext2_filsys fs, ext2_ino_t ino) function 237 if (is_dir(params->fs, de->inode)) {
|
/external/autotest/client/cros/faft/utils/ |
H A D | os_interface.py | 156 def is_dir(self, path): member in class:OSInterface
|
/external/kmod/shared/ |
H A D | util.c | 387 static inline int is_dir(const char *path) function 409 int r = is_dir(start);
|
/external/libchrome/base/files/ |
H A D | file_path_watcher_linux.cc | 103 // |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/ltp/testcases/kernel/security/prot_hsymlinks/ |
H A D | prot_hsymlinks.c | 90 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 D | m_libcfile.c | 462 Bool VG_(is_dir) ( const HChar* f ) function
|
/external/e2fsprogs/e2fsck/ |
H A D | pass1.c | 85 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/e2fsprogs/misc/ |
H A D | e2image.c | 304 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/e2fsprogs/resize/ |
H A D | resize2fs.c | 1818 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/openssh/ |
H A D | sftp.c | 554 is_dir(char *path) function 616 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) { 633 if (is_dir(dst)) {
|
/external/kmod/tools/ |
H A D | depmod.c | 1119 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) {
|