Home
last modified time | relevance | path

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

/third_party/python/Lib/importlib/resources/
D_adapters.py69 is_dir = is_file variable in CompatibilityFiles.SpecPath
99 def is_dir(self): member in CompatibilityFiles.ChildPath
131 is_dir = is_file variable in CompatibilityFiles.OrphanPath
Dsimple.py66 def is_dir(self): member in ResourceHandle
88 def is_dir(self): member in ResourceContainer
Dabc.py87 def is_dir(self) -> bool: member in Traversable
Dreaders.py79 def is_dir(self): member in MultiplexedPath
/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.py327 def _select_from(self, parent_path, is_dir, exists, scandir): argument
337 def _select_from(self, parent_path, is_dir, exists, scandir): argument
353 def _select_from(self, parent_path, is_dir, exists, scandir): argument
383 def _iterate_directories(self, parent_path, is_dir, scandir): argument
402 def _select_from(self, parent_path, is_dir, exists, scandir): argument
1245 def is_dir(self): member in Path
Dzipfile.py560 def is_dir(self): member in ZipInfo
2470 def is_dir(self): member in Path
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify13.c54 int is_dir; member
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c90 int is_dir; member
107 int is_dir; member
/third_party/f2fs-tools/fsck/
Dnode.h164 static inline void set_cold_node(struct f2fs_node *rn, bool is_dir) in set_cold_node()
/third_party/lwip/src/apps/http/makefsdata/
Dtinydir.h184 int is_dir; member
/third_party/rust/crates/glob/src/
Dlib.rs318 fn is_dir(p: &Path) -> bool { in is_dir() function
843 let is_dir = is_dir(path); in fill_todo() localVariable
/third_party/node/deps/openssl/openssl/engines/
De_loader_attic.c867 is_dir enumerator
/third_party/openssl/engines/
De_loader_attic.c867 is_dir enumerator
/third_party/libabigail/src/
Dabg-tools-utils.cc514 is_dir(const string& path) in is_dir() function
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c1233 int is_dir; in umass_scsi_inquiry_data() local
/third_party/python/Lib/test/
Dtest_os.py4181 def check_entry(self, entry, name, is_dir, is_file, is_symlink): argument