Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 25 of 98) sorted by relevance

1234

/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-file-cat.md1 # cat chapter
6 cat用于显示文本文件的内容。
11 cat [_pathname_]
25 cat用于显示文本文件的内容。
30 举例:cat hello-openharmony.txt
38 OHOS # cat hello-openharmony.txt
H A Dkernel-mini-debug-shell.md11 ### cat subsection
17 cat [FILE]
H A Dkernel-small-debug-user.md401 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 Dkernel-small-debug-shell-build.md57 …arp cat cd chgrp chmod chown cp …
109 …arp cat cd chgrp chmod chown cp …
H A Dkernel-standard-newip.md266 # 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 Dkernel-standard-sched-rtg.md41 cat /proc/sched_rtg_debug
H A Dkernel-small-debug-shell-cmd-help.md41 arp cat cat_logmpp cd chgrp chmod
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/scripts/
H A Dusb_host_loopback.sh26 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 Dusb_raw_host_loopback.sh29 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 Dusb_watch_process.sh20 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 Dusb_device_loopback.sh24 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 Dkernel-small-debug-shell-file-cat.md1 # 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 Dkernel-small-debug-shell-build.md58 …arp cat cd chgrp chmod chown cp …
112 …arp cat cd chgrp chmod chown cp …
/ohos5.0/build/ohos/packages/rules/
H A Dcategorized_libraries_utils.py28 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 Dverify_notice.sh43 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 Dtypes.h188 #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 Dbuild_jsvm_inter.sh46 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 Dsubsys-boot-init-sandbox.md65 …- 查看系统组件沙盒配置文件、芯片组件沙盒配置文件,进入/system/etc/sandbox/ 目录下,cat system-sandbox.json ,cat chipset-sandbox.…
66 对于64位系统,cat system-sandbox64.json ,cat chipset-sandbox64.json。
H A Dsubsys-power-poweroff-charge-animation.md257 cat capacity
275 cat capacity
283 cat status
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-debugging-with-devtools.md79 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 Dsubsys-boot-init-sandbox.md65 …- 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 Dstart_ex.sh32 RESULT=$(cat $FILENAME | grep $KEY | awk -F\" '{ print $4 }')
/ohos5.0/base/startup/appspawn/
H A DCODEOWNERS16 * @liveery @wang_fenging @cat
/ohos5.0/build/misc/linux/
H A Dsysroot_ld_path.sh43 cat "$ld_so_conf" | \
/ohos5.0/base/update/updater/test/unittest/test_data/updater/
H A Dfstab.updater1 # cat fstab.updater

1234