/external/boringssl/src/util/ |
D | generate_build_files.py | 378 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/ |
D | executors.py | 17 def _remote_temp(self, is_dir): argument
|
/external/libchrome/base/files/ |
D | file_path_watcher_linux.cc | 357 bool is_dir) { in OnFilePathChanged() 374 bool is_dir) { in OnFilePathChangedOnOriginSequence() 530 bool is_dir) { in UpdateRecursiveWatches()
|
D | file_enumerator_posix.cc | 159 const bool is_dir = info.IsDirectory(); in Next() local
|
/external/libcxx/utils/libcxx/test/ |
D | executor.py | 100 def _remote_temp(self, is_dir): argument 166 def _remote_temp(self, is_dir): argument
|
/external/e2fsprogs/contrib/android/ |
D | fsmap.c | 48 static int is_dir(ext2_filsys fs, ext2_ino_t ino) in is_dir() function
|
D | perms.c | 212 static int is_dir(ext2_filsys fs, ext2_ino_t ino) in is_dir() function
|
/external/python/cpython3/Lib/ |
D | pathlib.py | 490 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
|
D | zipfile.py | 528 def is_dir(self): member in ZipInfo
|
/external/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | prot_hsymlinks.c | 90 int is_dir; member 107 int is_dir; member
|
/external/tensorflow/tensorflow/core/summary/ |
D | summary_file_writer.cc | 40 const Status is_dir = env_->IsDirectory(logdir); in Initialize() local
|
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/ |
D | enterprise_SmbProviderDaemon.py | 220 def _check_metadata(self, entry_path, size, is_dir, metadata_blob): argument
|
/external/autotest/client/bin/result_tools/ |
D | result_info.py | 312 def is_dir(self): member in ResultInfo
|
/external/bcc/src/cc/frontends/clang/ |
D | loader.cc | 83 bool is_dir(const string& path) in is_dir() function
|
/external/kmod/shared/ |
D | util.c | 389 static inline int is_dir(const char *path) in is_dir() function
|
/external/autotest/client/cros/faft/utils/ |
D | os_interface.py | 156 def is_dir(self, path): member in OSInterface
|
/external/u-boot/lib/efi_loader/ |
D | efi_file.c | 54 static int is_dir(struct file_handle *fh) in is_dir() function
|
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 92 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/ |
D | zipimport.c | 386 int is_dir; in find_loader() local
|
/external/e2fsprogs/misc/ |
D | e2image.c | 305 int is_dir; member
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 1819 int is_dir; member
|
/external/openssh/ |
D | sftp.c | 567 is_dir(const char *path) in is_dir() function
|
/external/kmod/tools/ |
D | depmod.c | 1240 uint8_t is_dir; in depmod_modules_search_dir() local
|
/external/python/cpython3/Lib/test/ |
D | test_os.py | 3391 def check_entry(self, entry, name, is_dir, is_file, is_symlink): argument
|