Home
last modified time | relevance | path

Searched refs:uts (Results 1 - 2 of 2) sorted by relevance

/base/startup/init/services/modules/bootchart/
H A Dbootchart.c75 struct utsname uts; in BootchartLogHeader() local
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()
95 (void)fprintf(file, "system.cpu = %s\n", uts.machine); in BootchartLogHeader()
/base/security/code_signature/test/unittest/
H A Denable_verity_test.cpp87 struct utsname uts; in SetUpTestCase() local
88 if (uname(&uts) == 0 && strcmp(uts.sysname, "Linux") == 0) { in SetUpTestCase()

Completed in 2 milliseconds