HomeSort by relevance Sort by last modified time
    Searched defs:IsDirectory (Results 1 - 25 of 42) sorted by null

1 2

  /external/libchrome/base/files/
file_enumerator_posix.cc 24 bool FileEnumerator::FileInfo::IsDirectory() const {
  /test/vts/utils/python/file/
target_file_utils.py 54 def IsDirectory(path, shell):
  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_file_system.cc 190 Status RetryingFileSystem::IsDirectory(const string& dirname) {
192 std::bind(&FileSystem::IsDirectory, base_file_system_.get(), dirname),
  /external/clang/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 291 bool FilePath::IsDirectory() const {
300 if (!this->IsDirectory()) {
338 return IsDirectory()
  /external/webrtc/webrtc/base/
fileutils.cc 102 bool DirectoryIterator::IsDirectory() const {
199 if (di->IsDirectory()) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 293 bool FilePath::IsDirectory() const {
302 if (!this->IsDirectory()) {
340 return IsDirectory()
  /external/googletest/googletest/src/
gtest-filepath.cc 300 bool FilePath::IsDirectory() const {
309 if (!this->IsDirectory()) {
347 return IsDirectory()
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 300 bool FilePath::IsDirectory() const {
309 if (!this->IsDirectory()) {
347 return IsDirectory()
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 295 bool FilePath::IsDirectory() const {
304 if (!this->IsDirectory()) {
342 return IsDirectory()
  /external/protobuf/gtest/src/
gtest-filepath.cc 293 bool FilePath::IsDirectory() const {
302 if (!this->IsDirectory()) {
340 return IsDirectory()

Completed in 897 milliseconds

1 2