Home
last modified time | relevance | path

Searched defs:is_dir (Results 1 – 24 of 24) sorted by relevance

/external/boringssl/src/util/
Dgenerate_build_files.py378 def OnlyFIPSFragments(path, dent, is_dir): argument
383 def NoTestsNorFIPSFragments(path, dent, is_dir): argument
387 def NoTests(path, dent, is_dir): argument
395 def OnlyTests(path, dent, is_dir): argument
403 def AllFiles(path, dent, is_dir): argument
409 def NoTestRunnerFiles(path, dent, is_dir): argument
417 def NotGTestSupport(path, dent, is_dir): argument
421 def SSLHeaderFiles(path, dent, is_dir): argument
648 def NotSSLHeaderFiles(path, filename, is_dir): argument
/external/libcxx/utils/libcxx/android/
Dexecutors.py17 def _remote_temp(self, is_dir): argument
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc357 bool is_dir) { in OnFilePathChanged()
374 bool is_dir) { in OnFilePathChangedOnOriginSequence()
530 bool is_dir) { in UpdateRecursiveWatches()
Dfile_enumerator_posix.cc159 const bool is_dir = info.IsDirectory(); in Next() local
/external/libcxx/utils/libcxx/test/
Dexecutor.py100 def _remote_temp(self, is_dir): argument
166 def _remote_temp(self, is_dir): argument
/external/e2fsprogs/contrib/android/
Dfsmap.c48 static int is_dir(ext2_filsys fs, ext2_ino_t ino) in is_dir() function
Dperms.c212 static int is_dir(ext2_filsys fs, ext2_ino_t ino) in is_dir() function
/external/python/cpython3/Lib/
Dpathlib.py490 def _select_from(self, parent_path, is_dir, exists, scandir): argument
500 def _select_from(self, parent_path, is_dir, exists, scandir): argument
516 def _select_from(self, parent_path, is_dir, exists, scandir): argument
538 def _iterate_directories(self, parent_path, is_dir, scandir): argument
556 def _select_from(self, parent_path, is_dir, exists, scandir): argument
1346 def is_dir(self): member in Path
Dzipfile.py528 def is_dir(self): member in ZipInfo
/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c90 int is_dir; member
107 int is_dir; member
/external/tensorflow/tensorflow/core/summary/
Dsummary_file_writer.cc40 const Status is_dir = env_->IsDirectory(logdir); in Initialize() local
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/
Denterprise_SmbProviderDaemon.py220 def _check_metadata(self, entry_path, size, is_dir, metadata_blob): argument
/external/autotest/client/bin/result_tools/
Dresult_info.py312 def is_dir(self): member in ResultInfo
/external/bcc/src/cc/frontends/clang/
Dloader.cc83 bool is_dir(const string& path) in is_dir() function
/external/kmod/shared/
Dutil.c389 static inline int is_dir(const char *path) in is_dir() function
/external/autotest/client/cros/faft/utils/
Dos_interface.py156 def is_dir(self, path): member in OSInterface
/external/u-boot/lib/efi_loader/
Defi_file.c54 static int is_dir(struct file_handle *fh) in is_dir() function
/external/e2fsprogs/e2fsck/
Dpass1.c92 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member
2763 int is_dir, is_leaf; in scan_extent_node() local
/external/python/cpython3/Modules/
Dzipimport.c386 int is_dir; in find_loader() local
/external/e2fsprogs/misc/
De2image.c305 int is_dir; member
/external/e2fsprogs/resize/
Dresize2fs.c1819 int is_dir; member
/external/openssh/
Dsftp.c567 is_dir(const char *path) in is_dir() function
/external/kmod/tools/
Ddepmod.c1240 uint8_t is_dir; in depmod_modules_search_dir() local
/external/python/cpython3/Lib/test/
Dtest_os.py3391 def check_entry(self, entry, name, is_dir, is_file, is_symlink): argument