Home
last modified time | relevance | path

Searched refs:remote_path (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/startop/scripts/iorap/
Dcommon96 local remote_path="$(_iorapd_path_to_data_file "$package" "$activity" "perfetto_trace.pb")"
98 verbose_print "iorapd_perfetto_wait_for_app_trace on file '$remote_path'"
101 local pattern="Perfetto TraceBuffer saved to file: $remote_path"
110 local remote_path="$(_iorapd_path_to_data_file "$package" "$activity" "perfetto_trace.pb")"
112 verbose_print 'iorapd-perfetto: purge app trace in ' "$remote_path"
113 adb shell "[[ -f '$remote_path' ]] && rm -f '$remote_path' || exit 0"
229 local remote_path="$(_iorapd_path_to_data_file "$package" "$activity" "compiled_trace.pb")"
231 adb shell "[[ -f '$remote_path' ]] && rm -f '$remote_path' || exit 0"
248 local remote_path="$(_iorapd_path_to_data_file "$package" "$activity" "compiled_trace.pb")"
251 local pattern="Description = $remote_path"
/frameworks/base/libs/hwui/tests/scripts/
Dskp-capture.sh37 remote_path="/data/data/${package}/cache/${filename}"
56 adb shell "setprop '${filename_key}' '${remote_path}'"
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py298 def pull(self, remote_path, local_path): argument
299 self._call_adb(*["pull", remote_path, local_path])