Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_config.cpp469 std::unordered_map<std::string, PropertyValue> property_map; in read_binary_config() local
470 if (!parse_config_file(ld_config_file_path, binary_realpath, &property_map, error_msg)) { in read_binary_config()
474 Properties properties(std::move(property_map)); in read_binary_config()