Searched refs:find_property (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/system_properties/ |
D | prop_area.cpp | 275 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/ |
D | linker_config.cpp | 364 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/ |
D | prop_area.h | 158 const prop_info* find_property(prop_bt* const trie, const char* name, uint32_t namelen,
|