Home
last modified time | relevance | path

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

/third_party/boringssl/src/util/
Dgenerate_build_files.py428 def OnlyFIPSFragments(path, dent, is_dir): argument
433 def NoTestsNorFIPSFragments(path, dent, is_dir): argument
437 def NoTests(path, dent, is_dir): argument
445 def OnlyTests(path, dent, is_dir): argument
453 def AllFiles(path, dent, is_dir): argument
459 def NoTestRunnerFiles(path, dent, is_dir): argument
467 def NotGTestSupport(path, dent, is_dir): argument
471 def SSLHeaderFiles(path, dent, is_dir): argument
713 def NotSSLHeaderFiles(path, filename, is_dir): argument
/third_party/glib/gio/kqueue/
Dkqueue-helper.h51 int is_dir; member
/third_party/boost/tools/build/src/engine/
Dpathvms.cpp142 unsigned char is_dir; in translate_path_posix2vms() local
Dfilesys.h34 char is_dir; member
/third_party/gn/src/base/files/
Dfile_enumerator_win.cc157 const bool is_dir = in Next() local
Dfile_enumerator_posix.cc141 const bool is_dir = info.IsDirectory(); in Next() local
/third_party/python/Lib/
Dpathlib.py502 def _select_from(self, parent_path, is_dir, exists, scandir): argument
512 def _select_from(self, parent_path, is_dir, exists, scandir): argument
528 def _select_from(self, parent_path, is_dir, exists, scandir): argument
558 def _iterate_directories(self, parent_path, is_dir, scandir): argument
577 def _select_from(self, parent_path, is_dir, exists, scandir): argument
1398 def is_dir(self): member in Path
Dzipfile.py549 def is_dir(self): member in ZipInfo
2342 def is_dir(self): member in Path
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify13.c51 int is_dir; member
/third_party/boost/libs/multi_index/example/
Dcomposite_keys.cpp45 bool is_dir; member
/third_party/e2fsprogs/contrib/android/
Dfsmap.c98 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
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c90 int is_dir; member
107 int is_dir; member
/third_party/boost/tools/quickbook/src/
Dpath.cpp124 std::string file_path_to_url_impl(fs::path const& x, bool is_dir) in file_path_to_url_impl()
/third_party/lwip/src/apps/http/makefsdata/
Dtinydir.h184 int is_dir; member
/third_party/e2fsprogs/e2fsck/
Dpass1.c93 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member
2777 int is_dir, is_leaf; in scan_extent_node() local
/third_party/e2fsprogs/misc/
De2image.c306 int is_dir; member
/third_party/glib/gio/
Dgresourcefile.c453 gboolean is_dir; in g_resource_file_query_info() local
/third_party/openssl/crypto/store/
Dloader_file.c735 is_dir enumerator
/third_party/eudev/src/shared/
Dutil.c1742 int is_dir(const char* path, bool follow) { in is_dir() function
/third_party/e2fsprogs/resize/
Dresize2fs.c1819 int is_dir; member
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c1242 int is_dir; in umass_scsi_inquiry_data() local
/third_party/python/Lib/test/
Dtest_os.py3699 def check_entry(self, entry, name, is_dir, is_file, is_symlink): argument