Home
last modified time | relevance | path

Searched defs:GetOrEmpty (Results 1 – 2 of 2) sorted by relevance

/art/libarttools/include/tools/
Dsystem_properties.h73 std::string GetOrEmpty(const std::string& key, Args... fallback_keys) const { in GetOrEmpty() function
/art/libarttools/
Dsystem_properties_test.cc56 TEST_F(SystemPropertiesTest, GetOrEmpty) { in TEST_F() argument