Searched refs:find_property (Results 1 – 2 of 2) sorted by relevance
/bionic/linker/ |
D | linker_config.cpp | 294 auto it = find_property(name, lineno); in get_strings() 310 auto it = find_property(name, lineno); in get_bool() 319 auto it = find_property(name, lineno); in get_string() 359 find_property(const std::string& name, size_t* lineno) const { in find_property() function in Properties
|
/bionic/libc/bionic/ |
D | system_properties.cpp | 169 const prop_info* find_property(prop_bt* const trie, const char* name, uint32_t namelen, 421 const prop_info* prop_area::find_property(prop_bt* const trie, const char* name, uint32_t namelen, in find_property() function in prop_area 684 return find_property(root_node(), name, strlen(name), nullptr, 0, false); in find() 689 return find_property(root_node(), name, namelen, value, valuelen, true); in add()
|