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

  /build/tools/fs_config/
fs_config.c 47 int is_dir = 0; local
52 buffer[i-is_dir] = '\0';
56 is_dir = 1;
59 is_dir = 0;
65 fs_config(buffer, is_dir, &uid, &gid, &mode);
  /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;
60 fs_config(argv[3], is_dir, &uid, &gid, &perms);
  /build/tools/
mktarball.sh 30 [ -d "$f" ] && is_dir=1 || is_dir=0
31 new_info=`${fs_get_stats} ${curr_perms} ${is_dir} ${f}`
35 # echo "$f: dir: $is_dir curr: $curr_perms uid: $new_uid gid: $new_gid "\
  /external/bluetooth/glib/gio/fen/
fen-data.h 37 #define FN_IS_DIR(fp) (((fdata*)(fp))->is_dir)
50 gboolean is_dir; member in struct:__anon2315
fen-data.c 298 f->is_dir = is_mondir;
453 f->is_dir = S_ISDIR (buf.st_mode) ? TRUE : FALSE;
  /external/chromium/chrome/browser/download/
save_file_manager.h 130 void DeleteDirectoryOrFile(const FilePath& full_path, bool is_dir);
207 void OnDeleteDirectoryOrFile(const FilePath& full_path, bool is_dir);
save_file_manager.cc 203 bool is_dir) {
208 this, &SaveFileManager::OnDeleteDirectoryOrFile, full_path, is_dir));
472 bool is_dir) {
476 file_util::Delete(full_path, is_dir);
  /system/extras/fatblock/
import.c 155 int is_dir; member in struct:item
268 item->is_dir = 0;
272 item->is_dir = 1;
316 item->name, item->is_dir ? FAT_ATTR_SUBDIR : 0,
  /build/tools/atree/
fs.cpp 21 is_dir(const string& path) function
46 if (is_dir(path)) {
  /external/valgrind/main/coregrind/m_initimg/
initimg-pathscan.c 110 if (VG_(is_dir)(buf))
  /external/valgrind/main/coregrind/
pub_core_libcfile.h 54 extern Bool VG_(is_dir) ( const HChar* f );
m_errormgr.c     [all...]
m_libcfile.c 343 Bool VG_(is_dir) ( const HChar* f ) function
  /external/e2fsprogs/e2fsck/
pass1.c 81 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct
817 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0;
1677 int is_dir, is_leaf; local
    [all...]
  /external/webkit/Tools/DumpRenderTree/android/
get_layout_tests_dir_contents.php 59 if (is_dir(getAbsolutePath($filePath))) {
  /system/extras/ext4_utils/
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/e2fsprogs/misc/
e2image.c 156 int is_dir; member in struct:process_block_struct
229 if (scramble_block_map && p->is_dir && blockcnt >= 0)
523 pb.is_dir = LINUX_S_ISDIR(inode.i_mode);
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 336 gboolean is_dir = mask & IN_ISDIR; local
339 if (is_dir)
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 851 bool is_dir; local
    [all...]
  /external/chromium/net/base/
net_util.h 248 // other information (is_dir, size, modification time), it returns
261 bool is_dir, int64 size,
net_util_unittest.cc 1259 bool is_dir; member in struct:net::__anon3969::GetDirectoryListingEntryCase
    [all...]
net_util.cc     [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...]
  /external/e2fsprogs/resize/
resize2fs.c 1237 int is_dir; member in struct:process_block_struct
    [all...]
  /external/openssh/
sftp.c 485 is_dir(char *path) function
543 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) {
560 if (is_dir(dst)) {
    [all...]

Completed in 1034 milliseconds