Searched refs:shell (Results 1 – 22 of 22) sorted by relevance
/system/extras/tests/ext4/ |
D | android_emmc_perf_tests.sh | 22 if ! adb shell true >/dev/null 2>&1 27 HARDWARE=`adb shell getprop ro.hardware | tr -d "\r"` 87 adb shell stop 88 adb shell stop sdcard 89 adb shell stop ril-daemon 90 adb shell stop media 91 adb shell stop drm 92 adb shell stop keystore 93 adb shell stop tf_daemon 94 adb shell stop bluetoothd [all …]
|
/system/core/rootdir/ |
D | init.trace.rc | 8 # Allow the shell group to enable (some) kernel tracing. 9 chown root shell /sys/kernel/debug/tracing/trace_clock 10 chown root shell /sys/kernel/debug/tracing/buffer_size_kb 11 chown root shell /sys/kernel/debug/tracing/options/overwrite 12 chown root shell /sys/kernel/debug/tracing/options/print-tgid 13 chown root shell /sys/kernel/debug/tracing/events/sched/sched_switch/enable 14 chown root shell /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable 15 chown root shell /sys/kernel/debug/tracing/events/power/cpu_frequency/enable 16 chown root shell /sys/kernel/debug/tracing/events/power/cpu_idle/enable 17 chown root shell /sys/kernel/debug/tracing/events/power/clock_set_rate/enable [all …]
|
D | Android.mk | 34 bcp_md5 := $(word 1, $(shell echo $(PRODUCT_BOOTCLASSPATH) $(PRODUCT_SYSTEM_SERVER_CLASSPATH) | $(M…
|
D | init.rc | 301 mkdir /data/bootchart 0755 shell shell 309 mkdir /data/misc/adb 02750 system shell 318 mkdir /data/misc/net 0750 root shell 340 mkdir /data/local/tmp 0771 shell shell 372 symlink /data/data/com.android.shell/files/bugreports /data/bugreports 583 user shell 584 group shell log 585 seclabel u:r:shell:s0 723 socket dumpstate stream 0660 shell log
|
/system/core/adb/tests/ |
D | test_adb.py | 141 adb.shell("dd if=/dev/urandom of={} bs={} count=1".format(full_path, 143 dev_md5, _ = adb.shell("md5sum {}".format(full_path)).split() 160 def shell(self, cmd): member in AdbWrapper 225 out = adb.shell("cat /proc/uptime") 248 self.assertEqual("root", adb.shell("id -un").strip()) 254 self.assertEqual("shell", adb.shell("id -un").strip()) 259 original_user = adb.shell("id -un").strip() 283 result = adb.shell("sh -c 'echo hello; echo world'").splitlines() 286 result = adb.shell("echo hello\;echo world").splitlines() 290 self.assertEqual('t', adb.shell("'true && echo t'").strip()) [all …]
|
/system/extras/tests/sdcard/ |
D | profile_sdcard.sh | 19 adb shell cat /proc/version 22 adb shell cat /sys/kernel/debug/sched_features 40 …adb shell sdcard_perf_test --test=write --procnb=${p} --size=1000 --chunk-size=100 --iterations=50…
|
D | README | 19 adb shell mount -t debugfs none /sys/kernel/debug 37 adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 46 …adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 -…
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 4 adb shell echo 1 >/d/tracing/events/mmc/enable 5 adb shell echo 1 >/d/tracing/tracing_on 13 adb shell echo 0 >/d/tracing/tracing_enabled
|
/system/extras/tests/bionic/libc/ |
D | run-test.sh | 137 $ADB_CMD shell $@ "&&" echo OK "||" echo KO | tee $ADB_CMD_LOG 139 $ADB_CMD shell $@ "&&" echo OK "||" echo KO > $ADB_CMD_LOG
|
/system/bt/test/ |
D | run_unit_tests.sh | 28 adb shell data/nativetest/$name/$name
|
/system/media/audio_utils/tests/ |
D | build_and_run_all_unit_tests.sh | 24 adb shell /system/bin/primitives_tests
|
/system/extras/tests/workloads/ |
D | capture.sh | 56 stdbuf -o0 adb shell getevent -t |
|
D | defs.sh | 429 user=shell
|
/system/security/keystore/ |
D | test-keystore | 53 run adb shell su $user keystore_cli "$@" 57 run adb shell ls -al /data/misc/keystore
|
/system/bt/test/bluedroidtest/ |
D | README.txt | 3 The test application provides a small console shell interface that allows 25 $ adb shell
|
/system/extras/tests/net_test/ |
D | README | 23 be an x86 binary, a shell script, a Python script. etc. 32 …mounts the root filesystem read-only, runs the specified test from init, and then drops to a shell.
|
/system/core/adb/ |
D | SERVICES.TXT | 155 shell:command arg1 arg2 ... 156 Run 'command arg1 arg2 ...' in a shell on the device, and return 162 Note that this is the non-interactive version of "adb shell" 164 shell: 165 Start an interactive shell session on the device. Redirect 167 this to implement "adb shell", but will also cook the input before
|
D | OVERVIEW.TXT | 10 - implement various control commands (e.g. "adb shell", "adb pull", etc..) 48 The 'adb' command-line program is used to run adb commands from a shell
|
D | Android.mk | 14 adb_version := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)-android
|
D | protocol.txt | 113 * "shell" - local shell service 214 "shell", "fs-bridge", etc) and upon receiving an OPEN() to such a
|
/system/core/fastboot/ |
D | Android.mk | 17 fastboot_version := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)-android
|
/system/core/init/ |
D | readme.txt | 329 adb shell 'echo $TIMEOUT > /data/bootchart/start' 335 adb shell 'echo 1 > /data/bootchart/stop'
|