/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-file-cat.md | 1 # cat chapter 6 cat用于显示文本文件的内容。 11 cat [_pathname_] 25 cat用于显示文本文件的内容。 30 举例:cat hello-openharmony.txt 38 OHOS # cat hello-openharmony.txt
|
H A D | kernel-mini-debug-shell.md | 11 ### cat subsection 17 cat [FILE]
|
H A D | kernel-small-debug-user.md | 401 2. 利用kill -35 <pid>统计内存信息,该信息将会输出到文件中,使用cat命令查看 407 OHOS # cat /storage/pid(4)_check.txt 418 3. 利用kill -36 <pid>校验内存完整性,该信息将会输出到文件中,使用cat命令查看 424 OHOS # cat /storage/pid(4)_check.txt 451 4. 利用kill -9 <pid>杀掉当前进程,进程退出后会默认校验内存完整性,该信息将会输出到文件中,使用cat命令查看 459 OHOS # cat /storage/pid(4)_check.txt 503 > 上述连续记录的信息会逐步追加到初始化时所指定的文件中,故最后cat文件时,文件中还包含历史记录的信息内容。
|
H A D | kernel-small-debug-shell-build.md | 57 …arp cat cd chgrp chmod chown cp … 109 …arp cat cd chgrp chmod chown cp …
|
H A D | kernel-standard-newip.md | 266 # cat /proc/net/nip_addr 268 # cat /proc/net/nip_route 276 # cat /proc/net/nip_addr 278 # cat /proc/net/nip_route 307 …(2字节)变长地址,在设备2的shell下执。行“./nip_addr_cfg_demo client”给客户端配置0x50(1字节)变长地址,通过“cat /proc/net/nip_addr”… 309 …demo server”给服务端配置路由,在设备2的shell下执行“./nip_route_cfg_demo client”给客户端配置路由,通过“cat /proc/net/nip_route…
|
H A D | kernel-standard-sched-rtg.md | 41 cat /proc/sched_rtg_debug
|
H A D | kernel-small-debug-shell-cmd-help.md | 41 arp cat cat_logmpp cd chgrp chmod
|
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/scripts/ |
H A D | usb_host_loopback.sh | 26 cat /dev/null > $read_log_file 29 lines=$(cat $read_log_file) 30 cat /dev/null > $read_log_file 41 id_vendor=$(cat ${usb_dir}/idVendor) 42 id_product=$(cat ${usb_dir}/idProduct) 43 bcd_device=$(cat ${usb_dir}/bcdDevice) 44 b_configuration_value=$(cat ${usb_dir}/bConfigurationValue)
|
H A D | usb_raw_host_loopback.sh | 29 data=$(cat $device) 31 id_vendor=$(cat ${usb_dir}/idVendor) 32 id_product=$(cat ${usb_dir}/idProduct) 33 bcd_device=$(cat ${usb_dir}/bcdDevice) 34 b_configuration_value=$(cat ${usb_dir}/bConfigurationValue)
|
H A D | usb_watch_process.sh | 20 cat /dev/null > $log_file 23 cat /proc/${pid}/status | grep -e VmRSS >> $log_file 26 cat /proc/${pid}/status | grep -e Threads >> $log_file
|
H A D | usb_device_loopback.sh | 24 cat /dev/null > $read_log_file 27 lines=$(cat $read_log_file) 28 cat /dev/null > $read_log_file
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-file-cat.md | 1 # cat chapter 12 cat [_pathname_] 26 Run the **cat** [*pathname*] command to display the content of a text file. 31 Run **cat hello-openharmony.txt**. 39 OHOS # cat hello-openharmony.txt
|
H A D | kernel-small-debug-shell-build.md | 58 …arp cat cd chgrp chmod chown cp … 112 …arp cat cd chgrp chmod chown cp …
|
/ohos5.0/build/ohos/packages/rules/ |
H A D | categorized_libraries_utils.py | 28 for cat in categories: 29 if cat == "ndk": 31 if cat.startswith("platformsdk"): 33 elif cat.startswith("chipsetsdk"): 35 elif cat.startswith("passthrough"):
|
/ohos5.0/build/core/build_scripts/ |
H A D | verify_notice.sh | 43 nums_equal_in_file=$(cat $line_of_equal_in_file | wc -l) 44 nums_new_file_flag_in_file=$(cat $line_of_new_file_flag_in_file | wc -l) 45 nums_divid_in_file=$(cat $line_of_divide_in_file | wc -l)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | types.h | 188 #define META_REGISTER_IMPL_CLASS4(singleton, name, id, cat, readable) … argument 190 …[[maybe_unused]] inline constexpr ::META_NS::ClassInfo name { BASE_NS::Uid(id), #name, cat, single… 193 …e META_REGISTER_IMPL_CLASS3(singleton, name, id, cat) META_REGISTER_IMPL_CLASS4(singleton, name, i… argument
|
/ohos5.0/foundation/arkui/napi/jsvm/ |
H A D | build_jsvm_inter.sh | 46 cfs_quota_us=$(cat ${quota_us_file}) 49 cfs_period_us=$(cat ${period_us_file}) 58 PROCESSORS=$(cat /proc/cpuinfo | grep "processor" | wc -l)
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-init-sandbox.md | 65 …- 查看系统组件沙盒配置文件、芯片组件沙盒配置文件,进入/system/etc/sandbox/ 目录下,cat system-sandbox.json ,cat chipset-sandbox.… 66 对于64位系统,cat system-sandbox64.json ,cat chipset-sandbox64.json。
|
H A D | subsys-power-poweroff-charge-animation.md | 257 cat capacity 275 cat capacity 283 cat status
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-debugging-with-devtools.md | 79 cat /proc/net/unix | grep devtools 159 for /f "tokens=*" %%a in ('hdc shell "cat /proc/net/unix | grep devtools"') do ( 242 …PID_LIST=$(hdc shell cat /proc/net/unix | grep webview_devtools_remote_ | awk -F '_' '{print $NF}') 304 cat /proc/net/unix | grep devtools
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-init-sandbox.md | 65 …- Go to the **/system/etc/sandbox/** directory, and run **cat system-sandbox.json** and **cat chip… 66 …If you are using a 64-bit system, run **cat system-sandbox64.json** and **cat chipset-sandbox64.js…
|
/ohos5.0/build/test/script/ |
H A D | start_ex.sh | 32 RESULT=$(cat $FILENAME | grep $KEY | awk -F\" '{ print $4 }')
|
/ohos5.0/base/startup/appspawn/ |
H A D | CODEOWNERS | 16 * @liveery @wang_fenging @cat
|
/ohos5.0/build/misc/linux/ |
H A D | sysroot_ld_path.sh | 43 cat "$ld_so_conf" | \
|
/ohos5.0/base/update/updater/test/unittest/test_data/updater/ |
H A D | fstab.updater | 1 # cat fstab.updater
|