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

  /external/libchrome/base/files/
file_enumerator_posix.cc 24 bool FileEnumerator::FileInfo::IsDirectory() const {
  /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()) {
fileutils_mock.h 97 virtual bool IsDirectory() const {
  /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 293 bool FilePath::IsDirectory() const {
302 if (!this->IsDirectory()) {
340 return IsDirectory()
  /external/protobuf/gtest/src/
gtest-filepath.cc 293 bool FilePath::IsDirectory() const {
302 if (!this->IsDirectory()) {
340 return IsDirectory()
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-filepath.cc 293 bool FilePath::IsDirectory() const {
302 if (!this->IsDirectory()) {
340 return IsDirectory()
  /external/v8/testing/gtest/src/
gtest-filepath.cc 300 bool FilePath::IsDirectory() const {
309 if (!this->IsDirectory()) {
347 return IsDirectory()
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 295 bool FilePath::IsDirectory() const {
304 if (!this->IsDirectory()) {
342 return IsDirectory()
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 295 bool FilePath::IsDirectory() const {
304 if (!this->IsDirectory()) {
342 return IsDirectory()
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 295 bool FilePath::IsDirectory() const {
304 if (!this->IsDirectory()) {
342 return IsDirectory()
  /external/clang/lib/Lex/
PTHLexer.cpp 636 bool IsDirectory;
639 bool IsDirectory)
641 IsDirectory(IsDirectory) {}
666 bool IsDirectory = true;
668 IsDirectory = false;
679 return data_type(Size, ModTime, UniqueID, IsDirectory);
717 Data.IsDirectory = D.IsDirectory;
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1372 milliseconds