Lines Matching refs:shell
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
148 if ! adb shell "[[ -f '$input_path' ]]"; then
161 adb shell "mkdir -p \"$(dirname "$remote_inodes")\"" || return 1
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
218 adb shell "mkdir -p \"$(dirname "$compiled_path")\"" || return 1
231 adb shell "[[ -f '$remote_path' ]] && rm -f '$remote_path' || exit 0"