Searched refs:property_name_prefix (Results 1 – 1 of 1) sorted by relevance
520 std::string property_name_prefix = std::string("namespace.") + name; in read_binary_config() local524 properties.get_strings(property_name_prefix + ".links", &lineno); in read_binary_config()534 bool allow_all_shared_libs = properties.get_bool(property_name_prefix + ".link." + in read_binary_config()537 std::string shared_libs = properties.get_string(property_name_prefix + in read_binary_config()564 ns_config->set_isolated(properties.get_bool(property_name_prefix + ".isolated")); in read_binary_config()565 ns_config->set_visible(properties.get_bool(property_name_prefix + ".visible")); in read_binary_config()568 properties.get_string(property_name_prefix + ".whitelisted", &lineno); in read_binary_config()575 property_name_prefix += ".asan"; in read_binary_config()581 ns_config->set_search_paths(properties.get_paths(property_name_prefix + ".search.paths", true)); in read_binary_config()589 …ns_config->set_permitted_paths(properties.get_paths(property_name_prefix + ".permitted.paths", fal… in read_binary_config()