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

  /external/libtextclassifier/common/
file-utils.cc 64 bool DirectoryExists(const std::string &dirpath) {
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
directory_exists.py 21 class DirectoryExists(check_setup_cleanup.CheckSetupCleanup):
  /art/runtime/
os_linux.cc 74 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/googletest/googletest/src/
gtest-filepath.cc 223 bool FilePath::DirectoryExists() const {
313 if (pathname_.length() == 0 || this->DirectoryExists()) {
338 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 223 bool FilePath::DirectoryExists() const {
313 if (pathname_.length() == 0 || this->DirectoryExists()) {
338 return this->DirectoryExists(); // An error is OK if the directory exists.
  /external/mesa3d/src/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/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/swiftshader/third_party/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/v8/testing/gtest/src/
gtest-filepath.cc 223 bool FilePath::DirectoryExists() const {
313 if (pathname_.length() == 0 || this->DirectoryExists()) {
338 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.
  /prebuilts/ndk/r11/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.
  /prebuilts/ndk/r13/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 382 bool DirectoryExists(const FilePath& path) {
609 if (DirectoryExists(*i))
618 if (!DirectoryExists(*i)) {

Completed in 1801 milliseconds