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

12 3

  /external/autotest/client/bin/result_tools/
utils.py 127 if old_file.is_dir:
142 elif old_file.is_dir:
146 if not new_file.is_dir:
zip_file_throttler_unittest.py 96 if expected.is_dir:
  /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);
470 if (ufile->is_dir)
  /external/valgrind/coregrind/
pub_core_libcfile.h 57 extern Bool VG_(is_dir) ( const HChar* f );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/
executors.py 20 def _remote_temp(self, is_dir):
  /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():
  /bionic/libc/system_properties/
system_properties.cpp 53 static bool is_dir(const char* pathname) { function
75 if (is_dir(property_filename_)) {
  /frameworks/native/cmds/installd/
utils.h 110 int (*exclusion_predicate)(const char *name, const int is_dir),
  /system/core/init/
parser.cpp 170 if (is_dir(path.c_str())) {
  /external/e2fsprogs/contrib/android/
perms.c 185 static int is_dir(ext2_filsys fs, ext2_ino_t ino) function
238 if (is_dir(params->fs, de->inode)) {
  /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/update_engine/payload_generator/
ext2_filesystem.cc 215 bool is_dir = (ext2fs_check_directory(filsys_, it_ino) == 0); local
216 if (is_dir)
  /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/python/cpython3/Lib/
os.py 367 is_dir = entry.is_dir()
369 # If is_dir() raises an OSError, consider that the entry is not
371 is_dir = False
373 if is_dir:
378 if not topdown and is_dir:
    [all...]
glob.py 124 if not dironly or entry.is_dir():
  /external/autotest/client/cros/faft/utils/
firmware_updater.py 67 if not self.os_if.is_dir(self._temp_path):
93 if self.os_if.is_dir(self._temp_path):
kernel_handler.py 140 if key_path and self.os_if.is_dir(key_path):
os_interface.py 156 def is_dir(self, path): member in class:OSInterface
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 142 bool is_dir; member in struct:__anon53059
548 if (jq->is_dir && !jq->last_page_seen) {
895 if (jq->is_dir && (job_result == OK)) {
1739 bool is_dir = false; local
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.h 447 bool is_dir(const char* pathname);
  /external/python/cpython3/Lib/test/
test_pathlib.py     [all...]
  /bionic/tools/versioner/src/
versioner.cpp 94 static bool is_dir(const std::string& path) { function
105 if (is_dir(location.header_path)) {
  /art/test/961-default-iface-resolution-gen/util-src/
generate_java.py 367 if not java_dir.exists() or not java_dir.is_dir():
  /art/test/utils/python/
generate_java_main.py 306 if not java_dir.exists() or not java_dir.is_dir():

Completed in 497 milliseconds

12 3