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