Searched defs:IsDirectory (Results 1 - 14 of 14) sorted by relevance

/external/libchrome/base/files/
H A Dfile_enumerator_posix.cc24 bool FileEnumerator::FileInfo::IsDirectory() const { function in class:base::FileEnumerator::FileInfo
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dstorage_url.py149 def IsDirectory(self): member in class:_FileUrl
/external/clang/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-filepath.cc293 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
302 if (!this->IsDirectory()) {
340 return IsDirectory()
/external/gtest/src/
H A Dgtest-filepath.cc295 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
304 if (!this->IsDirectory()) {
342 return IsDirectory()
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc291 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
300 if (!this->IsDirectory()) {
338 return IsDirectory()
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc293 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
302 if (!this->IsDirectory()) {
340 return IsDirectory()
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc293 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
302 if (!this->IsDirectory()) {
340 return IsDirectory()
/external/vulkan-validation-layers/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()
/external/webrtc/webrtc/base/
H A Dfileutils.cc102 bool DirectoryIterator::IsDirectory() const { function in class:rtc::DirectoryIterator
199 if (di->IsDirectory()) {
H A Dfileutils_mock.h97 virtual bool IsDirectory() const { function in class:rtc::FakeDirectoryIterator
/external/clang/lib/Lex/
H A DPTHLexer.cpp636 bool IsDirectory; member in class:__anon1256::PTHStatData
639 bool IsDirectory)
641 IsDirectory(IsDirectory) {}
666 bool IsDirectory = true; local
668 IsDirectory = false;
679 return data_type(Size, ModTime, UniqueID, IsDirectory);
717 Data.IsDirectory = D.IsDirectory;
638 PTHStatData(uint64_t Size, time_t ModTime, llvm::sys::fs::UniqueID UniqueID, bool IsDirectory) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 346 milliseconds