Home
last modified time | relevance | path

Searched refs:RemovePath (Results 1 – 25 of 37) sorted by relevance

12

/external/crosvm/tests/
Dplugins.rs30 struct RemovePath(PathBuf); struct
31 impl Drop for RemovePath { implementation
62 fn build_plugin(src: &str) -> RemovePath { in build_plugin() argument
87 RemovePath(out_bin) in build_plugin()
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_devicetest.py99 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
115 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
132 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
161 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
218 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
Dflag_changer_devicetest.py45 self.device.RemovePath([self.cmdline_path, self.cmdline_path_legacy],
75 self.device.RemovePath(self.cmdline_path, force=True)
Dflag_changer.py82 self._device.RemovePath(alternate_cmdline_path, as_root=True)
226 self._device.RemovePath(self._cmdline_path, force=True, as_root=True)
Dflag_changer_test.py28 def RemovePath(self, path, **_kwargs): member in _FakeDevice
/external/autotest/server/cros/ap_configurators/
Dfetch_prebuilt_pyauto.py164 pyauto_utils.RemovePath(chrome_unzip_dir)
188 pyauto_utils.RemovePath(dest)
191 pyauto_utils.RemovePath(chrome_unzip_dir)
Dpyauto_utils.py97 def RemovePath(path): function
/external/libchrome/base/
Dvalues.h285 bool RemovePath(std::initializer_list<StringPiece> path);
286 bool RemovePath(span<const StringPiece> path);
536 bool RemovePath(StringPiece path, std::unique_ptr<Value>* out_value);
538 using Value::RemovePath; // DictionaryValue::RemovePath shadows otherwise.
Dvalues.cc401 bool Value::RemovePath(std::initializer_list<StringPiece> path) { in RemovePath() function in base::Value
403 return RemovePath(make_span(path.begin(), path.size())); in RemovePath()
406 bool Value::RemovePath(span<const StringPiece> path) { in RemovePath() function in base::Value
417 bool removed = found->second->RemovePath(path.subspan(1)); in RemovePath()
1087 bool DictionaryValue::RemovePath(StringPiece path, in RemovePath() function in base::DictionaryValue
1099 result = subdict->RemovePath(path.substr(delimiter_position + 1), in RemovePath()
Dvalues_unittest.cc666 TEST(ValuesTest, RemovePath) { in TEST() argument
671 EXPECT_FALSE(root.RemovePath({"one", "two", "four"})); in TEST()
674 EXPECT_TRUE(root.RemovePath({"one", "two", "three"})); in TEST()
677 EXPECT_FALSE(root.RemovePath({"one", "two", "three"})); in TEST()
685 EXPECT_TRUE(root.RemovePath(std::vector<StringPiece>{"one", "two", "three"})); in TEST()
1038 EXPECT_TRUE(dict.RemovePath("a.long.way.down", &removed_item)); in TEST()
1046 EXPECT_FALSE(dict.RemovePath("a.long.way.down", &removed_item)); in TEST()
1051 EXPECT_TRUE(dict.RemovePath("a.long.key.path", &removed_item)); in TEST()
/external/libchrome/build/android/pylib/
Dvalgrind_tools.py23 device.RemovePath(path, force=True, as_root=True)
/external/angle/build/android/pylib/utils/
Dcode_coverage_utils.py91 device.RemovePath(device_coverage_dir, force=True, recursive=True)
/external/cronet/stable/build/android/pylib/utils/
Dcode_coverage_utils.py91 device.RemovePath(device_coverage_dir, force=True, recursive=True)
/external/cronet/tot/build/android/pylib/utils/
Dcode_coverage_utils.py91 device.RemovePath(device_coverage_dir, force=True, recursive=True)
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc207 void RemovePath(const std::string& path, const Descriptor* descriptor);
353 void FieldMaskTree::RemovePath(const std::string& path, in RemovePath() function in google::protobuf::util::__anon5959d7b40111::FieldMaskTree
662 tree.RemovePath(mask2.paths(i), descriptor); in Subtract()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc207 void RemovePath(const std::string& path, const Descriptor* descriptor);
353 void FieldMaskTree::RemovePath(const std::string& path, in RemovePath() function in google::protobuf::util::__anon7e52a0500111::FieldMaskTree
662 tree.RemovePath(mask2.paths(i), descriptor); in Subtract()
/external/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc207 void RemovePath(const std::string& path, const Descriptor* descriptor);
353 void FieldMaskTree::RemovePath(const std::string& path, in RemovePath() function in google::protobuf::util::__anone99dba170111::FieldMaskTree
662 tree.RemovePath(mask2.paths(i), descriptor); in Subtract()
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py107 self._device.RemovePath(self._device_file, force=True)
Dsystem_app.py64 device.RemovePath(system_package_paths, force=True, recursive=True)
/external/cronet/tot/components/cronet/android/test/javaperftests/
Drun.py91 device.RemovePath(config['DONE_FILE'], force=True)
/external/cronet/stable/components/cronet/android/test/javaperftests/
Drun.py91 device.RemovePath(config['DONE_FILE'], force=True)
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs.py330 self._device.RemovePath(remove_path, as_root=True)
/external/cronet/tot/build/android/pylib/local/device/
Dlocal_device_instrumentation_test_run.py1023 device.RemovePath(breakpad_dump_directory,
1189 device.RemovePath(jacoco_coverage_device_file, True)
1215 device.RemovePath(device_output_dir_path,
1374 device.RemovePath(breakpad_dump_directory,
/external/cronet/stable/build/android/pylib/local/device/
Dlocal_device_instrumentation_test_run.py1023 device.RemovePath(breakpad_dump_directory,
1189 device.RemovePath(jacoco_coverage_device_file, True)
1215 device.RemovePath(device_output_dir_path,
1374 device.RemovePath(breakpad_dump_directory,
/external/angle/build/android/pylib/local/device/
Dlocal_device_instrumentation_test_run.py1031 device.RemovePath(breakpad_dump_directory,
1200 device.RemovePath(jacoco_coverage_device_file, True)
1226 device.RemovePath(device_output_dir_path,
1385 device.RemovePath(breakpad_dump_directory,

12