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

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 125 bool FilePath::DirectoryExists() const {
176 if (pathname_.GetLength() == 0 || this->DirectoryExists()) {
195 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/protobuf/gtest/src/
gtest-filepath.cc 185 bool FilePath::DirectoryExists() const {
274 if (pathname_.length() == 0 || this->DirectoryExists()) {
299 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/chromium/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 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/llvm/utils/unittest/googletest/
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/chromium/base/
file_util_posix.cc 328 bool DirectoryExists(const FilePath& path) {
504 if (DirectoryExists(*i))
512 if (!DirectoryExists(*i))
file_util_win.cc 196 if (DirectoryExists(from_path)) {
287 DCHECK(DirectoryExists(from_path));
338 bool DirectoryExists(const FilePath& path) {
689 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) {
692 // with the same path. If DirectoryExists() returns true, we lost the
    [all...]

Completed in 527 milliseconds