OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unixinfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/service/net/
service_url_request_context.cc
49
struct utsname
unixinfo
;
local
50
uname(&
unixinfo
);
54
if (strcmp(
unixinfo
.machine, "x86_64") == 0 &&
58
cputype.assign(
unixinfo
.machine);
81
unixinfo
.sysname, // e.g. Linux
/external/chromium_org/content/common/
user_agent.cc
70
struct utsname
unixinfo
;
local
71
uname(&
unixinfo
);
75
if (strcmp(
unixinfo
.machine, "x86_64") == 0 &&
79
cputype.assign(
unixinfo
.machine);
151
unixinfo
.sysname, // e.g. Linux
Completed in 193 milliseconds