Searched refs:profiler_binary (Results 1 – 1 of 1) sorted by relevance
16 def GetDevicePath(profiler_binary): argument17 return os.path.join(_DEVICE_PROFILER_DIR, os.path.basename(profiler_binary))21 def InstallOnDevice(device, profiler_binary): argument23 host_path = binary_manager.FetchPath(profiler_binary, arch_name, 'android')29 device_binary_path = GetDevicePath(profiler_binary)