Searched refs:uname (Results 1 - 9 of 9) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | arch_util_test.cpp | 50 if ((uname(&systemName)) != 0) { in HWTEST_F() 55 if ((uname(&systemName)) != 0) { in HWTEST_F() 60 if ((uname(&systemName)) != 0) { in HWTEST_F() 65 if ((uname(&systemName)) != 0) { in HWTEST_F() 70 if ((uname(&systemName)) != 0) { in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/uname/ |
H A D | UnameApiTest.cpp | 67 ret = uname(&buffer); in HWTEST_F() 82 int ret = uname(nullptr); in HWTEST_F()
|
/base/hiviewdfx/hitrace/cmd/src/ |
H A D | hitrace_osal.cpp | 55 if ((uname(&unameBuf)) == 0) { in IsHmKernel()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | utsnamendk.cpp | 23 int ret = uname(&buf);
in Uname() 33 {"uname", nullptr, Uname, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
/base/web/webview/ |
H A D | prepare.sh | 27 os_type=$(uname) 28 arch_type=$(uname -m)
|
/test/xts/acts/kernel_lite/sys_posix/src/ |
H A D | SysApiTest.cpp | 441 * @tc.name test uname 447 int rtVal = uname(&sysInfo); 448 ASSERT_NE(-1, rtVal) << "ErrInfo: get uname error !"; 458 * @tc.name uname error test 463 int i = uname(nullptr);
|
/base/startup/init/services/modules/bootchart/ |
H A D | bootchart.c | 76 if (uname(&uts) == -1) { in BootchartLogHeader() 91 (void)fprintf(file, "system.uname = %s %s %s %s\n", uts.sysname, uts.release, uts.version, uts.machine); in BootchartLogHeader()
|
/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 490 if ((uname(&unameBuf)) == 0) { in IsHmKernel()
|
/base/security/code_signature/test/unittest/ |
H A D | enable_verity_test.cpp | 88 if (uname(&uts) == 0 && strcmp(uts.sysname, "Linux") == 0) {
in SetUpTestCase()
|
Completed in 6 milliseconds