Searched defs:lsb_release (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/
H A Dsys_info_chromeos.cc59 std::string lsb_release, lsb_release_time_str; local
62 env->GetVar(kLsbReleaseKey, &lsb_release) &&
70 // set, fall back to a blocking read of the lsb_release file. This should
74 ReadFileToString(path, &lsb_release);
79 ParseLsbRelease(lsb_release);
108 void ParseLsbRelease(const std::string& lsb_release) { argument
109 // Parse and cache lsb_release key pairs. There should only be a handful
113 SplitStringIntoKeyValuePairs(lsb_release, '=', '\n', &pairs);
210 void SysInfo::SetChromeOSVersionInfoForTest(const std::string& lsb_release, argument
213 env->SetVar(kLsbReleaseKey, lsb_release);
[all...]

Completed in 118 milliseconds