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

  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
directory_exists.py 21 class DirectoryExists(check_setup_cleanup.CheckSetupCleanup):
  /art/libartbase/base/
os_linux.cc 80 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/tensorflow/tensorflow/contrib/android/
asset_manager_filesystem.cc 204 if (DirectoryExists(fname)) {
220 stat->is_directory = DirectoryExists(fname);
237 bool AssetManagerFileSystem::DirectoryExists(const std::string& fname) {
  /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/r16/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/r16/sources/third_party/vulkan/src/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.
  /external/libchrome/base/files/
file_util_posix.cc 430 bool DirectoryExists(const FilePath& path) {
657 if (DirectoryExists(*i))
666 if (!DirectoryExists(*i)) {

Completed in 2017 milliseconds