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

  /art/runtime/
os_linux.cc 72 bool OS::DirectoryExists(const char* name) {
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 214 bool FilePath::DirectoryExists() const {
304 if (pathname_.length() == 0 || this->DirectoryExists()) {
329 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 216 bool FilePath::DirectoryExists() const {
306 if (pathname_.length() == 0 || this->DirectoryExists()) {
331 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/gtest/src/
gtest-filepath.cc 218 bool FilePath::DirectoryExists() const {
308 if (pathname_.length() == 0 || this->DirectoryExists()) {
333 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 216 bool FilePath::DirectoryExists() const {
306 if (pathname_.length() == 0 || this->DirectoryExists()) {
331 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/protobuf/gtest/src/
gtest-filepath.cc 216 bool FilePath::DirectoryExists() const {
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/
gtest-filepath.cc 218 bool FilePath::DirectoryExists() const {
308 if (pathname_.length() == 0 || this->DirectoryExists()) {
333 return this->DirectoryExists(); // An error is OK if the directory exists.
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 218 bool FilePath::DirectoryExists() const {
308 if (pathname_.length() == 0 || this->DirectoryExists()) {
333 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/libchrome/base/files/
file_util_posix.cc 381 bool DirectoryExists(const FilePath& path) {
589 if (DirectoryExists(*i))
598 if (!DirectoryExists(*i)) {

Completed in 85 milliseconds