Searched refs:GetStringWithDefault (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/ |
D | image_properties_chromeos.cc | 49 std::string GetStringWithDefault(const brillo::KeyValueStore& store, in GetStringWithDefault() function 93 result.current_channel = GetStringWithDefault( in LoadImageProperties() 107 GetStringWithDefault(lsb_release, kLsbReleaseAppIdKey, kDefaultAppId); in LoadImageProperties() 109 result.product_id = GetStringWithDefault( in LoadImageProperties() 111 result.canary_product_id = GetStringWithDefault( in LoadImageProperties() 113 result.board = GetStringWithDefault(lsb_release, kLsbReleaseBoardKey, ""); in LoadImageProperties() 114 result.version = GetStringWithDefault(lsb_release, kLsbReleaseVersionKey, ""); in LoadImageProperties() 116 GetStringWithDefault(lsb_release, kLsbReleaseAutoUpdateServerKey, in LoadImageProperties() 127 result.target_channel = GetStringWithDefault( in LoadMutableImageProperties()
|
D | image_properties_android.cc | 42 std::string GetStringWithDefault(const brillo::OsReleaseReader& osrelease, in GetStringWithDefault() function 64 result.product_id = GetStringWithDefault( in LoadImageProperties() 67 result.version = GetStringWithDefault(osrelease, kProductVersion, "0.0.0.0"); in LoadImageProperties()
|