OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLsbReleaseValue
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
sys_info_chromeos.cc
88
bool
GetLsbReleaseValue
(const std::string& key, std::string* value) {
129
if (
GetLsbReleaseValue
(key, &version) && !version.empty())
148
if (
GetLsbReleaseValue
(kChromeOsReleaseNameKey, &release_name)) {
189
bool SysInfo::
GetLsbReleaseValue
(const std::string& key, std::string* value) {
190
return GetChromeOSVersionInfo().
GetLsbReleaseValue
(key, value);
197
if (!
GetLsbReleaseValue
(kMachineInfoBoard, &board))
sys_info.h
107
static bool
GetLsbReleaseValue
(const std::string& key, std::string* value);
109
// Convenience function for
GetLsbReleaseValue
("CHROMEOS_RELEASE_BOARD",...).
Completed in 72 milliseconds