Home
last modified time | relevance | path

Searched refs:IsDirectory (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/gtest/src/
Dgtest-filepath.cc293 bool FilePath::IsDirectory() const { in IsDirectory() function in testing::internal::FilePath
302 if (!this->IsDirectory()) { in CreateDirectoriesRecursively()
340 return IsDirectory() in RemoveTrailingPathSeparator()
/third_party/googletest/googletest/src/
Dgtest-filepath.cc294 bool FilePath::IsDirectory() const { in IsDirectory() function in testing::internal::FilePath
303 if (!this->IsDirectory()) { in CreateDirectoriesRecursively()
344 return IsDirectory() in RemoveTrailingPathSeparator()
/third_party/gn/src/base/files/
Dfile_enumerator_posix.cc40 bool FileEnumerator::FileInfo::IsDirectory() const { in IsDirectory() function in base::FileEnumerator::FileInfo
141 const bool is_dir = info.IsDirectory(); in Next()
Dfile_enumerator.h46 bool IsDirectory() const;
Dfile_enumerator_win.cc41 bool FileEnumerator::FileInfo::IsDirectory() const { in IsDirectory() function in base::FileEnumerator::FileInfo
Dfile_util_win.cc68 (recursive || !info.IsDirectory())) { in DeleteFileRecursive()
75 if (info.IsDirectory()) { in DeleteFileRecursive()
Dfile_util_posix.cc193 if (traversal.GetInfo().IsDirectory()) in DeleteFile()
/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc605 TEST(FilePathTest, IsDirectory) { in TEST() argument
606 EXPECT_FALSE(FilePath("cola").IsDirectory()); in TEST()
607 EXPECT_TRUE(FilePath("koala" GTEST_PATH_SEP_).IsDirectory()); in TEST()
609 EXPECT_TRUE(FilePath("koala/").IsDirectory()); in TEST()
/third_party/flutter/engine/flutter/assets/
Ddirectory_asset_bundle.cc17 if (!fml::IsDirectory(descriptor_)) { in DirectoryAssetBundle()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dsystem_utils.h27 bool IsDirectory(const char *filename);
Dsystem_utils_posix.cpp264 bool IsDirectory(const char *filename) in IsDirectory() function
Dsystem_utils_win.cpp295 bool IsDirectory(const char *filename) in IsDirectory() function
/third_party/flutter/engine/flutter/fml/
Dfile.cc35 if (!IsDirectory(base_directory)) { in CreateDirectory()
Dfile.h51 bool IsDirectory(const fml::UniqueFD& directory);
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h166 bool IsDirectory() const;
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h166 bool IsDirectory() const;
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils.h37 bool IsDirectory(const char *filename);
Dsystem_utils_win.cpp117 bool IsDirectory(const char *filename) in IsDirectory() function
Dsystem_utils_posix.cpp173 bool IsDirectory(const char *filename) in IsDirectory() function
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_libtester_main.cpp56 if (angle::IsDirectory(candidateDataDir.c_str())) in FindDataDir()
/third_party/flutter/engine/flutter/fml/platform/posix/
Dfile_posix.cc122 bool IsDirectory(const fml::UniqueFD& directory) { in IsDirectory() function
/third_party/mesa3d/src/hgl/
DGLRendererRoster.cpp141 if (entry.IsDirectory()) { in AddPath()
/third_party/skia/third_party/externals/angle2/util/
DOSWindow.cpp476 if (angle::IsDirectory(candidatePath.c_str())) in FindTestDataPath()
/third_party/flutter/engine/flutter/fml/platform/win/
Dfile_win.cc252 bool IsDirectory(const fml::UniqueFD& directory) { in IsDirectory() function
/third_party/cef/libcef/browser/
Dfile_dialog_manager.cc119 if (!data.info.IsDirectory()) in OnListFile()

12