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

1 2 3

  /build/make/tools/fs_config/
fs_config.c 114 int is_dir = 0; local
119 buffer[i-is_dir] = '\0';
121 is_dir = 1; // empty line is considered as root directory
126 is_dir = 1;
129 is_dir = 0;
136 fs_config(buffer, is_dir, product_out_path, &uid, &gid, &mode, &capabilities);
161 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) {
  /build/make/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/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);
  /external/autotest/client/bin/result_tools/
result_info.py 154 if self.is_dir:
160 if self.is_dir:
196 if self.is_dir:
206 if self.is_dir:
234 for f in [f for f in self.files if f.is_dir]:
312 def is_dir(self): member in class:ResultInfo
336 if not self.is_dir:
346 if self.is_dir:
472 if not self.is_dir:
491 if self.is_dir
    [all...]
view.py 342 if not entry.is_dir and re.match(DIR_SUMMARY_PATTERN, name):
362 if not entry.is_dir:
throttler_lib.py 69 if info.is_dir:
  /system/core/init/
util_test.cpp 140 TEST(util, is_dir) {
142 EXPECT_TRUE(is_dir(test_dir.path));
144 EXPECT_FALSE(is_dir(tf.path));
152 EXPECT_TRUE(is_dir(path1.c_str()));
154 EXPECT_TRUE(is_dir(path1.c_str()));
156 EXPECT_TRUE(is_dir(path1.c_str()));
164 EXPECT_TRUE(is_dir(path1.c_str()));
166 EXPECT_TRUE(is_dir(path1.c_str()));
168 EXPECT_TRUE(is_dir(path1.c_str()));
util.h 55 bool is_dir(const char* pathname);
  /external/boringssl/src/util/
generate_build_files.py 370 def OnlyFIPSFragments(path, dent, is_dir):
371 return is_dir or (path.startswith(
373 NoTests(path, dent, is_dir))
375 def NoTestsNorFIPSFragments(path, dent, is_dir):
376 return (NoTests(path, dent, is_dir) and
377 (is_dir or not OnlyFIPSFragments(path, dent, is_dir)))
379 def NoTests(path, dent, is_dir):
382 if is_dir:
387 def OnlyTests(path, dent, is_dir)
    [all...]
  /art/test/970-iface-super-resolution-gen/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/utils/libcxx/android/
executors.py 17 def _remote_temp(self, is_dir):
18 dir_arg = '-d' if is_dir else ''
  /test/vts/compilation_tools/vtsc/
VtsCompilerMain.cpp 105 bool is_dir = false; local
114 is_dir = true;
117 if (!is_dir) {
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_file_writer.cc 40 const Status is_dir = env_->IsDirectory(logdir); local
41 if (!is_dir.ok()) {
42 if (is_dir.code() != tensorflow::error::NOT_FOUND) {
43 return is_dir;
  /external/valgrind/coregrind/m_initimg/
initimg-pathscan.c 101 if (VG_(is_dir)(buf))
  /external/libchrome/base/files/
file_path_watcher_linux.cc 104 // |is_dir| is true if the object is a directory.
109 bool is_dir);
116 bool is_dir);
156 void UpdateRecursiveWatches(InotifyReader::Watch fired_watch, bool is_dir);
327 bool is_dir) {
336 deleted, is_dir));
344 bool is_dir) {
412 UpdateRecursiveWatches(fired_watch, is_dir);
422 UpdateRecursiveWatches(fired_watch, is_dir);
500 bool is_dir) {
    [all...]
  /art/test/968-default-partial-compile-gen/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/make/tools/atree/
fs.cpp 21 is_dir(const string& path) function
46 if (is_dir(path)) {
  /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)) {
  /art/test/648-many-direct-methods/util-src/
generate_java.py 130 if not java_dir.exists() or not java_dir.is_dir():
  /external/python/cpython3/Tools/msi/
make_zip.py 73 if p.is_dir():
89 if p.is_dir() and p.name.lower() in EXCLUDE_FROM_EMBEDDABLE_LIBRARY:
101 if p.is_dir() and p.name.lower() in {'scripts', 'i18n', 'pynche', 'demo', 'parser'}:
179 if recurse and f.is_dir() and (not condition or condition(f)):
  /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/utils/libcxx/test/
executor.py 100 def _remote_temp(self, is_dir):
166 def _remote_temp(self, is_dir):
172 dir_arg = '-d' if is_dir else ''
  /external/python/cpython2/Tools/nuget/
make_zip.py 65 if p.is_dir():
89 if p.is_dir() and p.name.lower() in {'scripts', 'i18n', 'pynche', 'demo', 'parser'}:
164 if recurse and f.is_dir() and (not condition or condition(f)):
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
executor.py 100 def _remote_temp(self, is_dir):
166 def _remote_temp(self, is_dir):
172 dir_arg = '-d' if is_dir else ''
  /external/python/cpython3/Lib/
pathlib.py 487 is_dir = path_cls.is_dir
490 if not is_dir(parent_path):
492 return self._select_from(parent_path, is_dir, exists, scandir)
497 def _select_from(self, parent_path, is_dir, exists, scandir):
507 def _select_from(self, parent_path, is_dir, exists, scandir):
510 if (is_dir if self.dironly else exists)(path):
511 for p in self.successor._select_from(path, is_dir, exists, scandir):
523 def _select_from(self, parent_path, is_dir, exists, scandir):
528 if not self.dironly or entry.is_dir()
1326 def is_dir(self): member in class:Path
    [all...]

Completed in 2004 milliseconds

1 2 3