OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unixinfo
(Results
1 - 1
of
1
) sorted by null
/external/chromium/webkit/glue/
user_agent.cc
52
struct utsname
unixinfo
;
local
53
uname(&
unixinfo
);
57
if (strcmp(
unixinfo
.machine, "x86_64") == 0 &&
61
cputype.assign(
unixinfo
.machine);
104
unixinfo
.sysname, // e.g. Linux
Completed in 36 milliseconds