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

/bionic/libc/system_properties/
H A Dprop_area.cpp275 const prop_info* prop_area::find_property(prop_bt* const trie, const char* name, uint32_t namelen, function in class:prop_area
363 return find_property(root_node(), name, strlen(name), nullptr, 0, false);
368 return find_property(root_node(), name, namelen, value, valuelen, true);
/bionic/libc/system_properties/include/system_properties/
H A Dprop_area.h141 const prop_info* find_property(prop_bt* const trie, const char* name, uint32_t namelen,
/bionic/linker/
H A Dlinker_config.cpp338 auto it = find_property(name, lineno);
354 auto it = find_property(name, lineno);
363 auto it = find_property(name, lineno);
406 find_property(const std::string& name, size_t* lineno) const { function in class:Properties

Completed in 95 milliseconds