Searched refs:IsDirectory (Results 1 - 25 of 37) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h163 bool IsDirectory() const;
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-filepath.h163 bool IsDirectory() const;
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h163 bool IsDirectory() const;
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-filepath.h163 bool IsDirectory() const;
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc295 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
304 if (!this->IsDirectory()) {
342 return IsDirectory()
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
H A Dgtest-filepath.cc295 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
304 if (!this->IsDirectory()) {
342 return IsDirectory()
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc295 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
304 if (!this->IsDirectory()) {
342 return IsDirectory()
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
H A Dgtest-filepath.cc295 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
304 if (!this->IsDirectory()) {
342 return IsDirectory()
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest-filepath_test.cc644 TEST(FilePathTest, IsDirectory) {
645 EXPECT_FALSE(FilePath("cola").IsDirectory());
646 EXPECT_TRUE(FilePath("koala" GTEST_PATH_SEP_).IsDirectory());
648 EXPECT_TRUE(FilePath("koala/").IsDirectory());
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
H A Dgtest-filepath_test.cc644 TEST(FilePathTest, IsDirectory) {
645 EXPECT_FALSE(FilePath("cola").IsDirectory());
646 EXPECT_TRUE(FilePath("koala" GTEST_PATH_SEP_).IsDirectory());
648 EXPECT_TRUE(FilePath("koala/").IsDirectory());
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc1910 if (!output_name.IsDirectory())
8129 bool FilePath::IsDirectory() const {
8138 if (!this->IsDirectory()) {
8176 return IsDirectory()

Completed in 2363 milliseconds

12