Lines Matching refs:adb
25 adb shell start iorapd
32 adb shell stop iorapd
44 adb shell setprop iorapd.perfetto.enable true
52 adb shell setprop iorapd.perfetto.enable false
65 adb shell setprop iorapd.readahead.enable true
77 adb shell setprop iorapd.readahead.enable false
113 adb shell "[[ -f '$remote_path' ]] && rm -f '$remote_path' || exit 0"
124 if ! adb shell "[[ -f '$compiled_path' ]]"; then
132 verbose_print adb pull "$compiled_path" "$output_file"
133 adb pull "$compiled_path" "$output_file"
148 if ! adb shell "[[ -f '$input_path' ]]"; then
161 adb shell "mkdir -p \"$(dirname "$remote_inodes")\"" || return 1
162 verbose_print adb push "$inodes" "$remote_inodes"
163 adb push "$inodes" "$remote_inodes"
166 …verbose_print adb shell "iorap.cmd.compiler '$input_path' --inode-textcache '$remote_inodes' --out…
167 …adb shell "iorap.cmd.compiler '$input_path' --inode-textcache '$remote_inodes' --output-proto '$co…
173 adb shell "mv '$compiled_path' '$compiled_path_final'"
175 adb shell "[[ -f '$compiled_path' ]] && rm -f '$compiled_path'"
192 if ! adb shell "[[ -f '$compiled_path' ]]"; then
200 verbose_print adb pull "$compiled_path" "$output_file"
201 adb pull "$compiled_path" "$output_file"
218 adb shell "mkdir -p \"$(dirname "$compiled_path")\"" || return 1
220 verbose_print adb push "$input_file" "$compiled_path"
221 adb push "$input_file" "$compiled_path"
231 adb shell "[[ -f '$remote_path' ]] && rm -f '$remote_path' || exit 0"