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

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_prebuilt_profiler_helper.py 17 def GetDevicePath(profiler_binary):
29 device_binary_path = GetDevicePath(profiler_binary)
tcpdump_profiler.py 34 'shell', android_prebuilt_profiler_helper.GetDevicePath('tcpdump')] +
43 android_prebuilt_profiler_helper.GetDevicePath('tcpdump'))
android_profiling_helper.py 222 return android_prebuilt_profiler_helper.GetDevicePath('perf')
  /external/chromium_org/chrome/utility/image_writer/
image_writer_handler.cc 54 device != image_writer_->GetDevicePath()) {
75 device != image_writer_->GetDevicePath()) {
image_writer.h 57 const base::FilePath& GetDevicePath();
image_writer.cc 69 const base::FilePath& ImageWriter::GetDevicePath() { return device_path_; }
image_writer_unittest.cc 90 EXPECT_EQ(device_path_, image_writer.GetDevicePath());
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
android_ds2784_power_monitor.py 26 self._file_poller_binary = android_prebuilt_profiler_helper.GetDevicePath(
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend.py 135 android_prebuilt_profiler_helper.GetDevicePath('purge_ashmem'),

Completed in 280 milliseconds