Searched refs:property_name (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.cpp64 static bool property_get_bool(const char* property_name, bool default_value = false) { argument
66 bool have_property = get_property(property_name, tmp_property_value, nullptr) > 0;

Completed in 2836 milliseconds