Home
last modified time | relevance | path

Searched refs:uname (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-uname.md1 # uname chapter
6 uname命令用于显示当前操作系统的名称,版本创建时间,系统名称,版本信息等。
11 uname [_-a | -s | -r | -m | -n | -v | --help_]
18 | --help | 显示uname指令格式提示。 |
30 - uname用于显示当前操作系统名称。
32 - 除参数--help和-a以外,其他参数可以相互搭配使用;uname -a 等价于 uname -srmnv。
42 - uname -a
44 - uname -ms
52 OHOS:/$ uname -a
60 OHOS:/$ uname -ms
H A Dkernel-small-debug-shell-build.md62 … task telnet test tftp touch umount uname
114 … task telnet test tftp touch umount uname
H A Dkernel-small-debug-shell-cmd-help.md49 telnet touch umount uname v2p vmm
56 mv ping ps reboot rm rmdir top touch umount uname
H A DReadme-CN.md96 - [uname](kernel-small-debug-shell-cmd-uname.md)
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-uname.md1 # uname chapter
11 uname [_-a | -s | -r | -m | -n | -v | --help_]
30 - The **uname** command displays the name of the current operating system by default.
32 …elp** and **-a**, other parameters can be used together. **uname -a** is equivalent to **uname -sr…
42 - uname -a
44 - uname -ms
52 OHOS:/$ uname -a
60 OHOS:/$ uname -ms
H A Dkernel-small-debug-shell-cmd-help.md49 telnet touch umount uname v2p vmm
56 mv ping ps reboot rm rmdir top touch umount uname
H A Dkernel-small-debug-shell-build.md63 …tftp touch umount uname test systeminfo task t…
117 …tftp touch umount uname test systeminfo task …
H A DReadme-EN.md96 - [uname](kernel-small-debug-shell-cmd-uname.md)
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Darch_util_test.cpp50 if ((uname(&systemName)) != 0) {
55 if ((uname(&systemName)) != 0) {
60 if ((uname(&systemName)) != 0) {
65 if ((uname(&systemName)) != 0) {
70 if ((uname(&systemName)) != 0) {
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dtar_file.cpp472 … auto ret = snprintf_s(hdr.uname, sizeof(hdr.uname), sizeof(hdr.uname) - 1, "%s", pw->pw_name); in FillOwnerName()
473 if (ret < 0 || ret >= static_cast<int>(sizeof(hdr.uname))) { in FillOwnerName()
477 auto ret = snprintf_s(hdr.uname, sizeof(hdr.uname), sizeof(hdr.uname) - 1, "%u", st.st_uid); in FillOwnerName()
478 if (ret < 0 || ret >= static_cast<int>(sizeof(hdr.uname))) { in FillOwnerName()
/ohos5.0/build/
H A Dprebuilts_config.sh21 target_os=$(uname -s | tr '[:upper:]' '[:lower:]')
22 target_cpu=$(uname -m | tr '[:upper:]' '[:lower:]')
H A Dprebuilts_download.sh76 case $(uname -s) in
90 case $(uname -m) in
/ohos5.0/build/build_scripts/
H A Dbuild.sh20 case $(uname -s) in
65 case $(uname -m) in
78 case $(uname -s) in
/ohos5.0/
H A Drepo1036 uname = platform.uname()
1039 print(uname)
1041 print('OS %s %s (%s)' % (uname.system, uname.release, uname.version))
1043 (uname.machine, uname.processor if uname.processor else 'unknown'))
/ohos5.0/base/web/webview/
H A Dprepare.sh27 os_type=$(uname)
28 arch_type=$(uname -m)
/ohos5.0/build/toolchain/
H A Dmini_debug_info.py45 host_platform = platform.uname().system.lower()
46 host_cpu = platform.uname().machine.lower()
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_osal.cpp55 if ((uname(&unameBuf)) == 0) { in IsHmKernel()
/ohos5.0/build/lite/make_rootfs/
H A Drootfsimg_liteos.sh17 system=$(uname -s)
H A Drootfsimg_linux.sh17 system=$(uname -s)
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-smallchip-kernel-a.md153 uname v2p virstatfs vmm watch writeproc
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dtar_file.h75 char uname[NAME_LEN]; member
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/
H A Dcloud_daemon.cpp71 if (uname(&uts) == -1) { in CheckDeviceInLinux()
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dqos_interface_test.cpp42 uname(&nameData); in IsLinuxOs()
/ohos5.0/foundation/multimedia/player_framework/services/seccomp_policy/
H A Dmedia_service.seccomp.policy74 uname;all
/ohos5.0/base/startup/init/services/modules/bootchart/
H A Dbootchart.c76 if (uname(&uts) == -1) { in BootchartLogHeader()

12