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

  /external/chromium_org/ppapi/shared_impl/
dir_contents.h 16 bool is_dir; member in struct:ppapi::DirEntry
  /bionic/tests/
ftw_test.cpp 27 bool is_dir = S_ISDIR(sb->st_mode); local
28 ASSERT_TRUE((is_dir && tflag == FTW_D) || (!is_dir && tflag == FTW_F));
35 bool is_dir = S_ISDIR(sb->st_mode); local
37 (is_dir && ftwbuf->level == 0) || (!is_dir && ftwbuf->level == 1));
  /external/chromium_org/ppapi/cpp/private/
flash_file.h 45 bool is_dir; member in struct:pp::flash::FileModuleLocal::DirEntry
  /build/tools/fs_get_stats/
fs_get_stats.c 28 fprintf(stderr, "usage: fs_get_stats cur_perms is_dir filename\n");
40 char is_dir = 0; local
58 is_dir = 1;
61 fs_config(argv[3], is_dir, &uid, &gid, &perms, &capabilities);
  /build/tools/fs_config/
fs_config.c 99 int is_dir = 0; local
104 buffer[i-is_dir] = '\0';
108 is_dir = 1;
111 is_dir = 0;
118 fs_config(buffer, is_dir, &uid, &gid, &mode, &capabilities);
139 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)) {
  /external/chromium_org/ppapi/c/private/
ppb_flash_file.h 17 PP_Bool is_dir; member in struct:PP_DirEntry_Dev
  /external/chromium_org/net/base/
net_util_icu_unittest.cc 459 bool is_dir; member in struct:net::__anon13060::GetDirectoryListingEntryCase
513 test_cases[i].is_dir,
    [all...]
  /external/chromium_org/ppapi/proxy/
serialized_structs.h 101 bool is_dir; member in struct:ppapi::proxy::SerializedDirEntry
  /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/qemu/distrib/ext4_utils/src/
ext4fixup.c 627 unsigned int i, leftover_space, is_dir; local
711 is_dir = is_entry_dir(fd, dirp, mode);
712 if ( is_dir && (strcmp(name, ".") && strcmp(name, "..")) &&
743 if (is_dir) {
  /external/valgrind/main/coregrind/
m_libcfile.c 374 Bool VG_(is_dir) ( const HChar* f ) function
    [all...]
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 830 "bookmark_favicon, is_dir"),
1243 bool is_dir = get.ColumnBool(3); local
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 81 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct
854 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0;
1770 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...]
  /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 1320 bool is_dir = (hdr->opcode == FUSE_FSYNCDIR); local
    [all...]

Completed in 2530 milliseconds