HomeSort by relevance Sort by last modified time
    Searched refs:directory_exists (Results 1 - 10 of 10) sorted by null

  /system/core/adb/
adb_utils_test.cpp 45 TEST(adb_utils, directory_exists) {
53 ASSERT_TRUE(directory_exists(profiles_dir));
55 ASSERT_FALSE(directory_exists(subdir(profiles_dir, "does-not-exist")));
57 ASSERT_TRUE(directory_exists("/proc"));
58 ASSERT_FALSE(directory_exists("/proc/does-not-exist"));
74 EXPECT_FALSE(directory_exists(subdir(profiles_dir, "All Users")));
80 EXPECT_FALSE(directory_exists(subdir(profiles_dir, "Default User")));
adb_utils.h 32 bool directory_exists(const std::string& path);
remount_service.cpp 86 if (!directory_exists(dir)) {
adb_utils.cpp 76 bool directory_exists(const std::string& path) { function
148 if (directory_exists(path)) {
bugreport.cpp 239 if (directory_exists(argv[1])) {
commandline.cpp     [all...]
  /test/vts-testcase/kernel/ltp/
requirements.py 19 from vts.testcases.kernel.ltp.shell_environment.definitions import directory_exists
36 directory_exists.DirectoryExists(
  /external/autotest/client/common_lib/hosts/
base_classes_unittest.py 28 directory_exists):
37 exit_status = 0 if directory_exists else 1))
38 if directory_exists:
  /external/lisa/tests/lisa/
test_wlgen.py 89 if self.target.directory_exists(self.target_run_dir):
  /external/devlib/devlib/
target.py 451 def directory_exists(self, filepath): member in class:Target
    [all...]

Completed in 240 milliseconds