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

  /build/make/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);
  /test/vts/compilation_tools/vtsc/
VtsCompilerMain.cpp 103 bool is_dir = false; local
112 is_dir = true;
115 if (!is_dir) {
  /build/make/tools/fs_config/
fs_config.c 102 int is_dir = 0; local
107 buffer[i-is_dir] = '\0';
109 is_dir = 1; // empty line is considered as root directory
114 is_dir = 1;
117 is_dir = 0;
124 fs_config(buffer, is_dir, product_out_path, &uid, &gid, &mode, &capabilities);
145 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) {
  /external/e2fsprogs/contrib/android/
fsmap.c 48 static int is_dir(ext2_filsys fs, ext2_ino_t ino) function
91 if (is_dir(pdata->fs, de->inode)) {
perms.c 185 static int is_dir(ext2_filsys fs, ext2_ino_t ino) function
238 if (is_dir(params->fs, de->inode)) {
  /build/make/tools/atree/
fs.cpp 21 is_dir(const string& path) function
46 if (is_dir(path)) {
  /system/update_engine/payload_generator/
ext2_filesystem.cc 211 bool is_dir = (ext2fs_check_directory(filsys_, it_ino) == 0); local
212 if (is_dir)
  /external/autotest/client/cros/faft/utils/
os_interface.py 156 def is_dir(self, path): member in class:OSInterface
  /external/kmod/shared/
util.c 387 static inline int is_dir(const char *path) function
409 int r = is_dir(start);
  /system/core/cpio/
mkbootfs.c 85 int is_dir = S_ISDIR(s->st_mode) || strcmp(path, TRAILER) == 0; local
86 fs_config(path, is_dir, target_out_path, &s->st_uid, &s->st_gid, &st_mode, &capabilities);
  /system/core/init/
util.cpp 287 bool is_dir(const char* pathname) { function in namespace:android::init
  /system/extras/ext4_utils/
ext4fixup.c 531 unsigned int i, leftover_space, is_dir; local
615 is_dir = is_entry_dir(fd, dirp, mode);
616 if ( is_dir && (strcmp(name, ".") && strcmp(name, "..")) &&
647 if (is_dir) {
  /bootable/recovery/updater/
install.cpp 98 static bool is_dir(const std::string& dirpath) { function
112 if (!is_dir(dir_path)) {
    [all...]
  /external/ltp/testcases/kernel/security/prot_hsymlinks/
prot_hsymlinks.c 90 int is_dir; member in struct:user_file
107 int is_dir; member in struct:link_info
423 ufile->is_dir = (type == IS_DIRECTORY);
474 if (ufile->is_dir)
  /external/valgrind/coregrind/
m_libcfile.c 462 Bool VG_(is_dir) ( const HChar* f ) function
    [all...]
  /external/e2fsprogs/misc/
e2image.c 304 int is_dir; member in struct:process_block_struct
378 if (scramble_block_map && p->is_dir && blockcnt >= 0)
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 1222 bool is_dir(const char* pathname) { function
    [all...]
  /system/core/sdcard/
fuse.cpp 1132 bool is_dir = (hdr->opcode == FUSE_FSYNCDIR); local
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 85 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct
2563 int is_dir, is_leaf; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 1818 int is_dir; member in struct:process_block_struct
    [all...]
  /external/openssh/
sftp.c 567 is_dir(const char *path) function
629 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) {
646 if (is_dir(dst)) {
    [all...]
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 142 bool is_dir; member in struct:__anon47895
548 if (jq->is_dir && !jq->last_page_seen) {
895 if (jq->is_dir && (job_result == OK)) {
1739 bool is_dir = false; local
    [all...]
  /external/kmod/tools/
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) {
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 3172 bfd_boolean is_dir; member in struct:rsrc_entry
    [all...]

Completed in 764 milliseconds