Home
last modified time | relevance | path

Searched refs:GetSystemProperty (Results 1 – 1 of 1) sorted by relevance

/device/google/dragon/crash_collector/
Dcrash_collector.cc116 std::string GetSystemProperty(const std::string& key) { in GetSystemProperty() function
134 content += "\"version\":\"" + GetSystemProperty("ro.build.id") + "\""; in WriteMetadata()