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

/system/netd/libnetdutils/include/netdutils/
H A DMisc.h27 inline const V& findWithDefault(const std::map<U, V>& map, const U& key, const V& dflt) { argument
29 return (it == map.end()) ? dflt : it->second;
/system/netd/server/
H A DInterfaceController.cpp174 // there is no safe value for dflt that will always differ from the
177 std::string getProperty(const std::string& key, const std::string& dflt) { argument
178 return android::base::GetProperty(key, dflt);

Completed in 75 milliseconds