Searched refs:system_config_path (Results 1 – 1 of 1) sorted by relevance
206 std::string system_config_path = args.root + "/system/etc/linker.config.pb"; in GetContext() local207 if (access(system_config_path.c_str(), F_OK) == 0) { in GetContext()209 android::linkerconfig::modules::ParseLinkerConfig(system_config_path); in GetContext()