Searched refs:shell (Results 1 – 25 of 50) sorted by relevance
12
| /developtools/hdc/src/daemon/etc/ |
| D | hdc.para.dac | 14 sys.usb.ffs.ready = root:shell:0660 15 persist.hdc.root = root:shell:0660 16 persist.hdc.mode = root:shell:0660 17 persist.hdc.port = root:shell:0660 18 persist.hdc.uv.threads = root:shell:0660 22 persist.hdc.control.shell = root:shell:0644 23 persist.hdc.control.file = root:shell:0644 24 persist.hdc.control.fport = root:shell:0644
|
| D | hdcd.cfg | 5 "uid" : "shell", 6 "gid" : [ "shell", "log", "readproc" ], 13 "uid" : "shell", 14 "gid" : "shell" 54 "setparam persist.hdc.control.shell false", 62 "setparam persist.hdc.control.shell true",
|
| D | hdcd.root.cfg | 6 "gid" : [ "root", "shell", "log", "readproc" ], 14 "gid" : "shell" 54 "setparam persist.hdc.control.shell false", 62 "setparam persist.hdc.control.shell true",
|
| /developtools/profiler/tools/smaps_show/ |
| D | README.md | 7 ```shell 16 ```shell 22 ```shell 33 ```shell 43 ```shell
|
| /developtools/hiperf/etc/ |
| D | hiperf.para.dac | 13 hiviewdfx.hiperf.perf_event_max_sample_rate=root:shell:0775 14 hiviewdfx.hiperf.perf_cpu_time_max_percent=root:shell:0775 15 hiviewdfx.hiperf.perf_event_mlock_kb=root:shell:0775 16 security.perf_harden=root:shell:0775
|
| /developtools/bytrace/script/ |
| D | bytrace_capture.bat | 15 hdc_std shell "echo > /sys/kernel/debug/tracing/trace" 16 hdc_std shell "echo 4096 > /sys/kernel/debug/tracing/saved_cmdlines_size" 17 hdc_std shell "bytrace -t 10 -b 204800 --overwrite filemanagement gresource devicemanager devicepro… 18 hdc_std shell "echo > /sys/kernel/debug/tracing/trace" 19 hdc_std shell "sed -i '1,2d' /data/log/mynewtrace.ftrace"
|
| /developtools/profiler/device/plugins/ftrace_plugin/tools/ |
| D | refresh_device_kernel_code.py | 55 proto_sub = subprocess.Popen(proto_cmd, shell=True) 66 parsers_sub = subprocess.Popen(parsers_cmd, shell=True) 74 formatters_sub = subprocess.Popen(formatters_cmd, shell=True)
|
| /developtools/profiler/device/etc/ |
| D | hiprofiler_daemon.cfg | 9 "gid" : ["shell", "readproc"], 17 "gid" : "shell"
|
| D | hiprofiler.para.dac | 14 hiviewdfx.hiprofiler.=hiprofiler:shell:0775 15 libc.hook_mode.=root:shell:0775
|
| D | hiprofilerd.cfg | 8 "gid" : ["shell", "readproc", "netsys_socket"], 16 "gid" : "shell",
|
| D | hiprofiler_plugins.cfg | 9 "gid" : ["shell", "readproc"],
|
| /developtools/profiler/host/smartperf/client/client_ui/ |
| D | README_zh.md | 99 步骤1:进入shell中查看SP_daemon进程是否存在,没有则需启动SP_daemon进程(SP_daemon用于采集fps、ram等指标), 然后打开桌面的Smartperf工具。(采集指标少… 103 C:\Users\test>hdc_std shell 112 C:\Users\test>hdc_std shell
|
| /developtools/syscap_codec/ |
| D | README_ZH.md | 72 ```shell 90 ```shell 142 ```shell 159 ```shell
|
| /developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
| D | README.md | 35 ```shell 60 ```shell 124 ```shell 152 ```shell
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | README_zh.md | 53 1)目前命令行版本已系统预制,可以进入shell,执行SP_daemon --help查看。 56 C:\Users\test>hdc_std shell
|
| /developtools/integration_verification/tools/deps_guard/elf_file_mgr/hdi/ |
| D | hdi_parser.py | 29 subprocess.Popen('%s -d "%s" -o "%s"' % (hdi_tool, hcs_file, out_file), shell=True).wait()
|
| /developtools/ace_js2bundle/ace-loader/ |
| D | main.product.js | 18 var shell = require('shelljs'); variable 128 shell.exec(cmd, (err) => {
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_device_record.md | 31 输入hdc_std shell,进入设备,执行命令。
|
| /developtools/profiler/host/smartperf/ide/src/doc/md/ |
| D | quickstart_device_record.md | 31 输入hdc_std shell,进入设备,执行命令。
|
| /developtools/integration_verification/tools/deps_guard/rules/ChipsetSDK/ |
| D | README.md | 35 ```shell
|
| /developtools/hiperf/test/fuzztest/resource/ |
| D | send_to_device.bat | 16 hdc_std shell mkdir -p /data/test/resource/testdata/
|
| /developtools/hiperf/test/unittest/resource/ |
| D | send_report_to_device.bat | 16 hdc_std shell mkdir -p /data/test/resource/testdata/report/
|
| D | send_dwarf_to_device.bat | 16 hdc_std shell mkdir -p /data/test/resource/testdata/dwarf/
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/resource/ |
| D | send_dwarf_to_device.bat | 16 hdc_std shell mkdir -p /data/test/resource/testdata/dwarf/
|
| D | send_to_device.bat | 16 hdc_std shell mkdir -p /data/test/resource/testdata/
|
12