/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-uname.md | 1 # 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 D | kernel-small-debug-shell-build.md | 62 … task telnet test tftp touch umount uname 114 … task telnet test tftp touch umount uname
|
H A D | kernel-small-debug-shell-cmd-help.md | 49 telnet touch umount uname v2p vmm 56 mv ping ps reboot rm rmdir top touch umount uname
|
H A D | Readme-CN.md | 96 - [uname](kernel-small-debug-shell-cmd-uname.md)
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-uname.md | 1 # 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 D | kernel-small-debug-shell-cmd-help.md | 49 telnet touch umount uname v2p vmm 56 mv ping ps reboot rm rmdir top touch umount uname
|
H A D | kernel-small-debug-shell-build.md | 63 …tftp touch umount uname test systeminfo task t… 117 …tftp touch umount uname test systeminfo task …
|
H A D | Readme-EN.md | 96 - [uname](kernel-small-debug-shell-cmd-uname.md)
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | arch_util_test.cpp | 50 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 D | tar_file.cpp | 472 … 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 D | prebuilts_config.sh | 21 target_os=$(uname -s | tr '[:upper:]' '[:lower:]') 22 target_cpu=$(uname -m | tr '[:upper:]' '[:lower:]')
|
H A D | prebuilts_download.sh | 76 case $(uname -s) in 90 case $(uname -m) in
|
/ohos5.0/build/build_scripts/ |
H A D | build.sh | 20 case $(uname -s) in 65 case $(uname -m) in 78 case $(uname -s) in
|
/ohos5.0/ |
H A D | repo | 1036 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 D | prepare.sh | 27 os_type=$(uname) 28 arch_type=$(uname -m)
|
/ohos5.0/build/toolchain/ |
H A D | mini_debug_info.py | 45 host_platform = platform.uname().system.lower() 46 host_cpu = platform.uname().machine.lower()
|
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/ |
H A D | hitrace_osal.cpp | 55 if ((uname(&unameBuf)) == 0) { in IsHmKernel()
|
/ohos5.0/build/lite/make_rootfs/ |
H A D | rootfsimg_liteos.sh | 17 system=$(uname -s)
|
H A D | rootfsimg_linux.sh | 17 system=$(uname -s)
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-smallchip-kernel-a.md | 153 uname v2p virstatfs vmm watch writeproc
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/ |
H A D | tar_file.h | 75 char uname[NAME_LEN]; member
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/ |
H A D | cloud_daemon.cpp | 71 if (uname(&uts) == -1) { in CheckDeviceInLinux()
|
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | qos_interface_test.cpp | 42 uname(&nameData); in IsLinuxOs()
|
/ohos5.0/foundation/multimedia/player_framework/services/seccomp_policy/ |
H A D | media_service.seccomp.policy | 74 uname;all
|
/ohos5.0/base/startup/init/services/modules/bootchart/ |
H A D | bootchart.c | 76 if (uname(&uts) == -1) { in BootchartLogHeader()
|