Home
last modified time | relevance | path

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

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