Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/
H A Dmain.cc206 std::string system_config_path = args.root + "/system/etc/linker.config.pb"; in GetContext() local
207 if (access(system_config_path.c_str(), F_OK) == 0) { in GetContext()
209 android::linkerconfig::modules::ParseLinkerConfig(system_config_path); in GetContext()