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

1 2 3

  /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/
mktarball.sh 32 [ -d "$f" ] && is_dir=1 || is_dir=0
33 new_info=`${fs_get_stats} ${curr_perms} ${is_dir} ${f} ${target_out}`
37 # echo "$f: dir: $is_dir curr: $curr_perms uid: $new_uid gid: $new_gid "\
  /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);
  /art/test/970-iface-super-resolution-generated/util-src/
generate_java.py 55 if not final_java_dir.exists() or not final_java_dir.is_dir():
59 if not initial_java_dir.exists() or not initial_java_dir.is_dir():
  /external/libcxx/test/libcxx/android/
executors.py 17 def _remote_temp(self, is_dir):
18 dir_arg = '-d' if is_dir else ''
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
executors.py 17 def _remote_temp(self, is_dir):
18 dir_arg = '-d' if is_dir else ''
  /external/chromium-trace/catapult/trace_processor/third_party/cloudstorage/
common.py 108 is_dir=False):
112 For directories, only filename and is_dir is set.
123 is_dir: True if this represents a directory. False if this is a real file.
126 self.is_dir = is_dir
133 if not is_dir:
141 if self.is_dir:
cloudstorage_api.py 243 st_ctime, and is_dir are set.
248 only the filename and is_dir fields are set.
398 st_size=None, etag=None, st_ctime=None, is_dir=True)
  /external/valgrind/coregrind/m_initimg/
initimg-pathscan.c 101 if (VG_(is_dir)(buf))
  /system/core/init/
util.h 68 bool is_dir(const char* pathname);
init_parser.cpp 145 if (is_dir(path.c_str())) {
  /art/test/968-default-partial-compile-generated/util-src/
generate_java.py 117 if not temp_dir.exists() or not temp_dir.is_dir():
121 if not classes_dir.exists() or not classes_dir.is_dir():
  /build/tools/atree/
fs.cpp 21 is_dir(const string& path) function
46 if (is_dir(path)) {
  /external/autotest/client/cros/faft/utils/
firmware_updater.py 29 if not self.os_if.is_dir(self._temp_path):
55 if self.os_if.is_dir(self._temp_path):
  /external/boringssl/src/util/
generate_build_files.py 298 def NoTests(dent, is_dir):
301 if is_dir:
306 def OnlyTests(dent, is_dir):
309 if is_dir:
314 def AllFiles(dent, is_dir):
320 def SSLHeaderFiles(dent, is_dir):
479 def NotSSLHeaderFiles(filename, is_dir):
480 return not SSLHeaderFiles(filename, is_dir)
  /external/libchrome/base/files/
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)
  /external/jsoncpp/devtools/
antglob.py 128 is_dir = os.path.isdir( full_path )
129 if is_dir and not is_pruned_dir( entry ): # explore child directory ?
139 if not is_file and not is_dir:
  /external/libcxx/test/libcxx/test/
executor.py 94 def _remote_temp(self, is_dir):
160 def _remote_temp(self, is_dir):
166 dir_arg = '-d' if is_dir else ''
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
executor.py 94 def _remote_temp(self, is_dir):
160 def _remote_temp(self, is_dir):
166 dir_arg = '-d' if is_dir else ''
  /external/valgrind/coregrind/
pub_core_libcfile.h 57 extern Bool VG_(is_dir) ( const HChar* f );
  /frameworks/native/cmds/dumpstate/
dumpstate.h 200 bool is_dir(const char* pathname);
  /art/test/971-iface-super/util-src/
generate_java.py 121 if not temp_dir.exists() or not temp_dir.is_dir():
125 if not classes_dir.exists() or not classes_dir.is_dir():
  /external/opencv3/modules/core/src/
glob.cpp 167 int is_dir = S_ISDIR( stat_buf.st_mode);
168 return is_dir != 0;
  /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...]
  /frameworks/native/cmds/installd/
utils.h 113 int (*exclusion_predicate)(const char *name, const int is_dir),

Completed in 490 milliseconds

1 2 3