HomeSort by relevance Sort by last modified time
    Searched refs:PathExists (Results 1 - 25 of 46) 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/perf_data_converter/src/quipper/
scoped_temp_path_test.cc 32 bool PathExists(const string& path) {
76 EXPECT_TRUE(PathExists(path)) << path;
82 EXPECT_FALSE(PathExists(path)) << path;
92 EXPECT_TRUE(PathExists(path)) << path;
96 EXPECT_FALSE(PathExists(path)) << path;
106 EXPECT_TRUE(PathExists(paths[i])) << paths[i];
110 EXPECT_FALSE(PathExists(paths[i])) << paths[i];
120 EXPECT_TRUE(PathExists(path)) << path;
127 EXPECT_FALSE(PathExists(path)) << path;
137 EXPECT_TRUE(PathExists(path)) << path
    [all...]
  /external/perfetto/src/base/
temp_file_unittest.cc 28 bool PathExists(const std::string& path) {
42 ASSERT_TRUE(PathExists(path));
61 ASSERT_FALSE(PathExists(path));
97 ASSERT_FALSE(PathExists(path));
108 ASSERT_TRUE(PathExists(td.path()));
111 ASSERT_FALSE(PathExists(path));
  /external/libchrome/base/files/
important_file_writer_unittest.cc 127 EXPECT_FALSE(PathExists(writer.path()));
133 ASSERT_TRUE(PathExists(writer.path()));
139 EXPECT_FALSE(PathExists(writer.path()));
149 ASSERT_TRUE(PathExists(writer.path()));
160 ASSERT_TRUE(PathExists(writer.path()));
170 ASSERT_TRUE(PathExists(writer.path()));
179 EXPECT_FALSE(PathExists(writer.path()));
189 EXPECT_FALSE(PathExists(writer.path()));
220 ASSERT_TRUE(PathExists(writer.path()));
237 ASSERT_TRUE(PathExists(writer.path()))
    [all...]
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)))) {
file_unittest.cc 105 EXPECT_FALSE(base::PathExists(file_path));
150 EXPECT_FALSE(base::PathExists(file_path));
494 ASSERT_FALSE(base::PathExists(file_path));
533 ASSERT_TRUE(base::PathExists(file_path));
549 ASSERT_FALSE(base::PathExists(file_path));
566 ASSERT_TRUE(base::PathExists(file_path));
588 ASSERT_FALSE(base::PathExists(file_path));
612 ASSERT_TRUE(base::PathExists(file_path));
614 ASSERT_FALSE(base::PathExists(file_path));
629 ASSERT_TRUE(base::PathExists(file_path))
    [all...]
  /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/libbrillo/policy/
policy_util.cc 18 if (!base::PathExists(policy_path)) {
resilient_policy_util.cc 20 if (!base::PathExists(directory))
device_policy_impl.cc 35 if (!base::PathExists(key_file))
455 if (!base::PathExists(policy_path) || !base::PathExists(keyfile_path_)) {
  /external/libmojo/third_party/catapult/devil/devil/android/
install_commands.py 30 return device.PathExists(paths)
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 414 ASSERT_TRUE(PathExists(original_file_path));
442 ASSERT_FALSE(PathExists(written_file_path));
445 ASSERT_TRUE(PathExists(written_file_path));
458 ASSERT_TRUE(PathExists(original_file_path));
468 ASSERT_FALSE(PathExists(written_file_path));
471 ASSERT_TRUE(PathExists(written_file_path));
483 ASSERT_TRUE(PathExists(source_file_path));
json_file_value_serializer.cc 74 if (!base::PathExists(json_file_path_))
  /external/libchrome/base/process/
memory_linux.cc 172 if (PathExists(oom_file)) {
183 if (PathExists(oom_file)) {
  /frameworks/base/cmds/bootanimation/iot/
iotbootanimation_main.cpp 56 if (!::base::PathExists(::base::FilePath(library_path))) {
  /system/tpm/tpm_manager/server/
local_data_store_impl.cc 41 if (!base::PathExists(path)) {
  /system/update_engine/
boot_control_recovery.cc 132 if (!base::PathExists(path)) {
hardware_android.cc 186 if (!base::PathExists(local_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/chromium-trace/catapult/systrace/systrace/tracing_agents/
walt_agent.py 71 if self._device_utils.PathExists(TRACE_FILE_PATH):

Completed in 872 milliseconds

1 2