HomeSort by relevance Sort by last modified time
    Searched refs:property_map (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
network_ChromeCellularNetworkProperties.py 82 property_map,
89 @param property_map: Contains the property mapping that will be
101 self._property_map = property_map
  /bionic/linker/
linker_config.cpp 427 std::unordered_map<std::string, PropertyValue> property_map; local
428 if (!parse_config_file(ld_config_file_path, binary_realpath, &property_map, error_msg)) {
432 Properties properties(std::move(property_map));

Completed in 203 milliseconds