Home
last modified time | relevance | path

Searched refs:compiled_path (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/startop/scripts/iorap/
Dcommon122 local compiled_path="$(_iorapd_path_to_data_file "$package" "$activity" "perfetto_trace.pb")"
124 if ! adb shell "[[ -f '$compiled_path' ]]"; then
125 echo "Error: Remote path '$compiled_path' invalid" >&2
132 verbose_print adb pull "$compiled_path" "$output_file"
133 adb pull "$compiled_path" "$output_file"
145 local compiled_path="$(_iorapd_path_to_data_file "$package" "$activity" "compiled_trace.tmp.pb")"
166 …orap.cmd.compiler '$input_path' --inode-textcache '$remote_inodes' --output-proto '$compiled_path'"
167 …orap.cmd.compiler '$input_path' --inode-textcache '$remote_inodes' --output-proto '$compiled_path'"
173 adb shell "mv '$compiled_path' '$compiled_path_final'"
175 adb shell "[[ -f '$compiled_path' ]] && rm -f '$compiled_path'"
[all …]
/frameworks/base/startop/scripts/iorap/lib/
Diorapd_utils.py65 compiled_path = _iorapd_path_to_data_file(package, activity,
73 'mkdir -p "$(dirname "{}")"'.format(compiled_path))
78 input_file, compiled_path))