HomeSort by relevance Sort by last modified time
    Searched refs:PathExists (Results 1 - 25 of 47) sorted by null

1 2

  /external/libmojo/base/android/
path_utils_unittest.cc 58 base::PathExists(path.Append("libbase_unittests.so")) ||
59 base::PathExists(path.Append("libbase_unittests.cr.so")) ||
60 base::PathExists(path.Append("lib_base_unittests__library.so")) ||
61 base::PathExists(path.Append("lib_base_unittests__library.cr.so")));
content_uri_utils_unittest.cc 19 ASSERT_TRUE(PathExists(data_dir));
26 EXPECT_TRUE(PathExists(path));
  /external/libchrome/base/files/
important_file_writer_unittest.cc 105 EXPECT_FALSE(PathExists(writer.path()));
111 ASSERT_TRUE(PathExists(writer.path()));
117 EXPECT_FALSE(PathExists(writer.path()));
125 ASSERT_TRUE(PathExists(writer.path()));
135 ASSERT_TRUE(PathExists(writer.path()));
145 ASSERT_TRUE(PathExists(writer.path()));
162 ASSERT_TRUE(PathExists(writer.path()));
178 ASSERT_TRUE(PathExists(writer.path()));
194 ASSERT_TRUE(PathExists(writer.path()));
file_util.cc 245 if (!PathExists(path) &&
246 (!have_suffix || !PathExists(FilePath(path.value() + suffix)))) {
253 if (!PathExists(new_path) &&
254 (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) {
  /external/libchrome/sandbox/linux/services/
namespace_utils.cc 67 if (!base::PathExists(base::FilePath("/proc/self/ns/user"))) {
95 return base::PathExists(base::FilePath(path));
100 return base::PathExists(base::FilePath(kProcSelfSetgroups));
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer_devicetest.py 57 self.assertTrue(self.device.PathExists(self.cmdline_path_legacy))
63 self.assertFalse(self.device.PathExists(self.cmdline_path_legacy))
78 self.assertFalse(self.device.PathExists(self.cmdline_path))
82 self.assertTrue(self.device.PathExists(self.cmdline_path))
84 self.assertFalse(self.device.PathExists(self.cmdline_path))
flag_changer_test.py 24 def PathExists(self, filepath):
47 self.assertTrue(self.device.PathExists(self.cmdline_path_legacy))
53 self.assertFalse(self.device.PathExists(self.cmdline_path_legacy))
install_commands.py 30 return device.PathExists(paths)
  /external/v8/
.ycm_extra_conf.py 51 def PathExists(*args):
67 while not (PathExists(curdir, 'v8') and PathExists(curdir, 'v8', 'DEPS')
68 and (PathExists(curdir, '.gclient')
69 or PathExists(curdir, 'v8', '.git'))):
  /external/libmojo/base/
base_paths.cc 39 if (!PathExists(test_data_path)) // We don't want to create this.
  /external/libmojo/third_party/catapult/devil/devil/android/
install_commands.py 30 return device.PathExists(paths)
flag_changer.py 36 if self._device.PathExists(self._cmdline_file):
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 416 ASSERT_TRUE(PathExists(original_file_path));
448 ASSERT_FALSE(PathExists(written_file_path));
451 ASSERT_TRUE(PathExists(written_file_path));
464 ASSERT_TRUE(PathExists(original_file_path));
475 ASSERT_FALSE(PathExists(written_file_path));
478 ASSERT_TRUE(PathExists(written_file_path));
490 ASSERT_TRUE(PathExists(source_file_path));
json_file_value_serializer.cc 76 if (!base::PathExists(json_file_path_))
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
sysfs_power_monitor_unittest.py 225 def PathExists(self, path):
259 def PathExists(self, path):
sysfs_power_monitor.py 97 if not self._platform.PathExists(cpu_idle_path):
121 if not self._platform.PathExists(cpu_freq_path):
  /system/tpm/tpm_manager/server/
local_data_store_impl.cc 41 if (!base::PathExists(path)) {
  /system/media/brillo/audio/audioservice/test/
audio_volume_handler_test.cpp 34 using base::PathExists;
105 EXPECT_TRUE(PathExists(volume_file_path_));
115 EXPECT_TRUE(PathExists(volume_file_path_));
  /external/libbrillo/policy/
device_policy_impl.cc 29 if (!base::PathExists(key_file))
427 if (!base::PathExists(policy_path_) || !base::PathExists(keyfile_path_)) {
  /system/update_engine/
boot_control_recovery.cc 133 if (!base::PathExists(path)) {
hardware_android.cc 190 if (!base::PathExists(local_path)) {
boot_control_android.cc 123 if (!base::PathExists(path)) {
  /system/update_engine/common/
prefs_unittest.cc 108 EXPECT_FALSE(base::PathExists(prefs_dir_.Append(kKeyWithDots)));
183 EXPECT_FALSE(base::PathExists(prefs_dir_.Append(kKeyWithSpaces)));
255 EXPECT_FALSE(base::PathExists(prefs_dir_.Append(kKey)));
  /external/libbrillo/brillo/
file_utils_unittest.cc 38 EXPECT_TRUE(base::PathExists(file_path_));
  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 675 ASSERT_FALSE(PathExists(file_path));
685 ASSERT_TRUE(PathExists(file_path));
738 ASSERT_FALSE(PathExists(file_path));
744 ASSERT_TRUE(PathExists(file_path));
788 ASSERT_FALSE(PathExists(file_path));
794 ASSERT_TRUE(PathExists(file_path));

Completed in 1660 milliseconds

1 2