Lines Matching refs:modules
50 using android::linkerconfig::modules::ApexInfo;
51 using android::linkerconfig::modules::Configuration;
139 android::linkerconfig::modules::Variables::AddValue("ro.vndk.version", in LoadVariables()
141 android::linkerconfig::modules::Variables::AddValue( in LoadVariables()
162 android::linkerconfig::modules::ConfigWriter config_writer; in WriteConfigurationToFile()
187 auto apex_list = android::linkerconfig::modules::ScanActiveApexes(args.root); in GetContext()
203 if (android::linkerconfig::modules::IsRecoveryMode()) { in GetConfiguration()
207 if (android::linkerconfig::modules::IsLegacyDevice()) { in GetConfiguration()
247 const android::linkerconfig::modules::ApexInfo& target_apex) { in GenerateApexConfiguration()
321 if (!android::linkerconfig::modules::IsLegacyDevice() && in main()
322 android::linkerconfig::modules::IsVndkLiteDevice()) { in main()