OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unixinfo
(Results
1 - 3
of
3
) 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
/external/chromium_org/chrome/service/net/
service_url_request_context.cc
48
struct utsname
unixinfo
;
local
49
uname(&
unixinfo
);
53
if (strcmp(
unixinfo
.machine, "x86_64") == 0 &&
57
cputype.assign(
unixinfo
.machine);
80
unixinfo
.sysname, // e.g. Linux
/external/chromium_org/webkit/common/user_agent/
user_agent_util.cc
61
struct utsname
unixinfo
;
local
62
uname(&
unixinfo
);
66
if (strcmp(
unixinfo
.machine, "x86_64") == 0 &&
70
cputype.assign(
unixinfo
.machine);
142
unixinfo
.sysname, // e.g. Linux
Completed in 832 milliseconds