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

  /system/tools/aidl/
io_delegate.h 63 virtual void RemovePath(const std::string& file_path) const;
io_delegate.cpp 181 void IoDelegate::RemovePath(const std::string& file_path) const {
generate_cpp.cpp 787 io_delegate.RemovePath(header_path);
850 io_delegate.RemovePath(options.OutputCppFilePath());
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer_devicetest.py 43 self.device.RemovePath(
77 self.device.RemovePath(self.cmdline_path, force=True)
device_utils_devicetest.py 96 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
111 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
128 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
156 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
211 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
flag_changer_test.py 27 def RemovePath(self, path, **_kwargs):
device_utils_test.py     [all...]
device_utils.py     [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
netlog_profiler.py 41 self._browser_backend.device.RemovePath(output_file)
v8_profiler.py 43 self._browser_backend.device.RemovePath(output_file)
perf_profiler.py 97 browser_backend.device.RemovePath(self._device_output_file, force=True)
  /system/tools/aidl/tests/
fake_io_delegate.h 51 void RemovePath(const std::string& file_path) const override;
fake_io_delegate.cpp 89 void FakeIoDelegate::RemovePath(const std::string& file_path) const {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
RmPkg.py 90 def RemovePath(Path):
252 RemovePath(Path)
264 RemovePath(Path)
  /external/autotest/server/cros/ap_configurators/
fetch_prebuilt_pyauto.py 162 pyauto_utils.RemovePath(chrome_unzip_dir)
186 pyauto_utils.RemovePath(dest)
189 pyauto_utils.RemovePath(chrome_unzip_dir)
pyauto_utils.py 89 def RemovePath(path):
  /external/chromium-trace/catapult/devil/devil/android/tools/
video_recorder.py 110 self._device.RemovePath(self._device_file, force=True)
provision_devices.py 364 device.RemovePath(found_paths, force=True, recursive=True)
  /external/libchrome/base/
values.h 341 virtual bool RemovePath(const std::string& path,
values.cc 755 bool DictionaryValue::RemovePath(const std::string& path,
767 result = subdict->RemovePath(path.substr(delimiter_position + 1),
values_unittest.cc 379 EXPECT_TRUE(dict.RemovePath("a.long.way.down", &removed_item));
387 EXPECT_FALSE(dict.RemovePath("a.long.way.down", &removed_item));
392 EXPECT_TRUE(dict.RemovePath("a.long.key.path", &removed_item));
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 640 self._device.RemovePath(files, recursive=True, as_root=True)

Completed in 1032 milliseconds