Searched defs:DirectoryExists (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-filepath.cc216 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
306 if (pathname_.length() == 0 || this->DirectoryExists()) {
331 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/gtest/src/
H A Dgtest-filepath.cc218 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
308 if (pathname_.length() == 0 || this->DirectoryExists()) {
333 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc214 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
304 if (pathname_.length() == 0 || this->DirectoryExists()) {
329 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc216 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
306 if (pathname_.length() == 0 || this->DirectoryExists()) {
331 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc216 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
306 if (pathname_.length() == 0 || this->DirectoryExists()) {
331 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-filepath.cc218 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
308 if (pathname_.length() == 0 || this->DirectoryExists()) {
333 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/libchrome/base/files/
H A Dfile_util_posix.cc381 bool DirectoryExists(const FilePath& path) { function in namespace:base
589 if (DirectoryExists(*i))
598 if (!DirectoryExists(*i)) {

Completed in 5997 milliseconds