Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dprop_area.cpp275 const prop_info* prop_area::find_property(prop_bt* const trie, const char* name, uint32_t namelen, in find_property() function in prop_area
363 return find_property(root_node(), name, strlen(name), nullptr, 0, false); in find()
368 return find_property(root_node(), name, namelen, value, valuelen, true); in add()
/bionic/linker/
Dlinker_config.cpp364 auto it = find_property(name, lineno); in get_strings()
380 auto it = find_property(name, lineno); in get_bool()
389 auto it = find_property(name, lineno); in get_string()
447 find_property(const std::string& name, size_t* lineno) const { in find_property() function in Properties
/bionic/libc/system_properties/include/system_properties/
Dprop_area.h158 const prop_info* find_property(prop_bt* const trie, const char* name, uint32_t namelen,