Home
last modified time | relevance | path

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

/system/linkerconfig/modules/
Dapex.cc150 std::string linker_config_path = path + "/etc/linker.config.pb"; in ScanActiveApexes() local
151 if (PathExists(linker_config_path)) { in ScanActiveApexes()
152 auto linker_config = ParseLinkerConfig(linker_config_path); in ScanActiveApexes()
161 << linker_config_path << " : " in ScanActiveApexes()