Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 22 of 22) sorted by relevance

/system/extras/tests/ext4/
Dandroid_emmc_perf_tests.sh22 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/
Dinit.trace.rc8 # 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 …]
DAndroid.mk34 bcp_md5 := $(word 1, $(shell echo $(PRODUCT_BOOTCLASSPATH) $(PRODUCT_SYSTEM_SERVER_CLASSPATH) | $(M…
Dinit.rc301 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/
Dtest_adb.py141 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/
Dprofile_sdcard.sh19 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…
DREADME19 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/
DREADME4 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/
Drun-test.sh137 $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/
Drun_unit_tests.sh28 adb shell data/nativetest/$name/$name
/system/media/audio_utils/tests/
Dbuild_and_run_all_unit_tests.sh24 adb shell /system/bin/primitives_tests
/system/extras/tests/workloads/
Dcapture.sh56 stdbuf -o0 adb shell getevent -t |
Ddefs.sh429 user=shell
/system/security/keystore/
Dtest-keystore53 run adb shell su $user keystore_cli "$@"
57 run adb shell ls -al /data/misc/keystore
/system/bt/test/bluedroidtest/
DREADME.txt3 The test application provides a small console shell interface that allows
25 $ adb shell
/system/extras/tests/net_test/
DREADME23 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/
DSERVICES.TXT155 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
DOVERVIEW.TXT10 - 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
DAndroid.mk14 adb_version := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)-android
Dprotocol.txt113 * "shell" - local shell service
214 "shell", "fs-bridge", etc) and upon receiving an OPEN() to such a
/system/core/fastboot/
DAndroid.mk17 fastboot_version := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)-android
/system/core/init/
Dreadme.txt329 adb shell 'echo $TIMEOUT > /data/bootchart/start'
335 adb shell 'echo 1 > /data/bootchart/stop'