HomeSort by relevance Sort by last modified time
    Searched defs:is_dir (Results 1 - 16 of 16) sorted by null

  /build/tools/fs_get_stats/
fs_get_stats.c 28 fprintf(stderr, "usage: fs_get_stats cur_perms is_dir filename targetout\n");
41 char is_dir = 0; local
59 is_dir = 1;
62 fs_config(argv[3], is_dir, argv[4], &uid, &gid, &perms, &capabilities);
  /build/tools/fs_config/
fs_config.c 102 int is_dir = 0; local
107 buffer[i-is_dir] = '\0';
111 is_dir = 1;
114 is_dir = 0;
121 fs_config(buffer, is_dir, product_out_path, &uid, &gid, &mode, &capabilities);
142 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) {
  /build/tools/atree/
fs.cpp 21 is_dir(const string& path) function
46 if (is_dir(path)) {
  /system/update_engine/payload_generator/
ext2_filesystem.cc 207 bool is_dir = (ext2fs_check_directory(filsys_, it_ino) == 0); local
208 if (is_dir)
  /external/autotest/client/cros/faft/utils/
os_interface.py 156 def is_dir(self, path): member in class:OSInterface
  /system/core/init/
util.cpp 487 bool is_dir(const char* pathname) { function
  /system/extras/ext4_utils/
ext4fixup.c 526 unsigned int i, leftover_space, is_dir; local
610 is_dir = is_entry_dir(fd, dirp, mode);
611 if ( is_dir && (strcmp(name, ".") && strcmp(name, "..")) &&
642 if (is_dir) {
  /external/valgrind/coregrind/
m_libcfile.c 462 Bool VG_(is_dir) ( const HChar* f ) function
    [all...]
  /bionic/libc/bionic/
system_properties.cpp 993 static bool is_dir(const char* pathname) { function
1016 if (is_dir(property_filename)) {
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 82 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct
860 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0;
1795 int is_dir, is_leaf; local
    [all...]
  /external/e2fsprogs/misc/
e2image.c 296 int is_dir; member in struct:process_block_struct
370 if (scramble_block_map && p->is_dir && blockcnt >= 0)
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 1369 int is_dir; member in struct:process_block_struct
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 1232 bool is_dir(const char* pathname) { function
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 593 int is_dir= !is_basename;
605 if (p >= p2 && (is_dir))
611 else if (p2[0] && p2[1] == ':' && is_dir)
614 else if (is_dir)
586 int is_dir= !is_basename; local
    [all...]
  /system/core/sdcard/
sdcard.c 1327 bool is_dir = (hdr->opcode == FUSE_FSYNCDIR); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 3158 bfd_boolean is_dir; member in struct:rsrc_entry
    [all...]

Completed in 3709 milliseconds