Searched refs:GetDevicePath (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_prebuilt_profiler_helper.py16 def GetDevicePath(profiler_binary): function
28 device_binary_path = GetDevicePath(profiler_binary)
H A Dtcpdump_profiler.py33 'shell', android_prebuilt_profiler_helper.GetDevicePath('tcpdump')] +
42 android_prebuilt_profiler_helper.GetDevicePath('tcpdump'))
H A Dandroid_profiling_helper.py231 return android_prebuilt_profiler_helper.GetDevicePath('perf')
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dimage_writer_private_apitest.cc28 ASSERT_TRUE(test_utils_.FillFile(test_utils_.GetDevicePath(),
40 expected1->storage_unit_id = test_utils_.GetDevicePath().AsUTF8Unsafe();
42 expected1->storage_unit_id = test_utils_.GetDevicePath().value();
51 expected2->storage_unit_id = test_utils_.GetDevicePath().AsUTF8Unsafe();
53 expected2->storage_unit_id = test_utils_.GetDevicePath().value();
H A Doperation_manager_unittest.cc114 test_utils_.GetDevicePath().AsUTF8Unsafe(),
139 test_utils_.GetDevicePath().AsUTF8Unsafe(),
H A Dwrite_from_file_operation_unittest.cc31 test_utils_.GetDevicePath().AsUTF8Unsafe());
54 test_utils_.GetDevicePath().AsUTF8Unsafe());
H A Ddestroy_partitions_operation_unittest.cc30 test_utils_.GetDevicePath().AsUTF8Unsafe()));
H A Doperation_unittest.cc87 test_utils_.GetDevicePath().AsUTF8Unsafe());
206 test_utils_.GetDevicePath(), kImagePattern, kTestFileSize);
243 test_utils_.GetDevicePath(), kDevicePattern, kTestFileSize);
H A Dtest_utils.h150 const base::FilePath& GetDevicePath();
H A Dtest_utils.cc217 const base::FilePath& ImageWriterTestUtils::GetDevicePath() { function in class:extensions::image_writer::ImageWriterTestUtils
H A Dwrite_from_url_operation_unittest.cc104 test_utils_.GetDevicePath().AsUTF8Unsafe()));
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_handler.cc54 device != image_writer_->GetDevicePath()) {
75 device != image_writer_->GetDevicePath()) {
H A Dimage_writer.h57 const base::FilePath& GetDevicePath();
H A Dimage_writer.cc69 const base::FilePath& ImageWriter::GetDevicePath() { return device_path_; } function in class:image_writer::ImageWriter
H A Dimage_writer_unittest.cc90 EXPECT_EQ(device_path_, image_writer.GetDevicePath());
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dandroid_ds2784_power_monitor.py26 self._file_poller_binary = android_prebuilt_profiler_helper.GetDevicePath(
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dandroid_platform_backend.py152 android_prebuilt_profiler_helper.GetDevicePath('purge_ashmem'),

Completed in 131 milliseconds