HomeSort by relevance Sort by last modified time
    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