Lines Matching full:modules
51 using android::linkerconfig::modules::ApexInfo;
52 using android::linkerconfig::modules::Configuration;
154 android::linkerconfig::modules::Variables::AddValue("ro.vndk.version", in LoadVariables()
156 android::linkerconfig::modules::Variables::AddValue( in LoadVariables()
160 android::linkerconfig::modules::Variables::AddValue("ro.treble.enabled", in LoadVariables()
182 android::linkerconfig::modules::ConfigWriter config_writer; in WriteConfigurationToFile()
215 auto apex_list = android::linkerconfig::modules::ScanActiveApexes(args.root); in GetContext()
226 LOG(ERROR) << "Failed to scan APEX modules : " << apex_list.error(); in GetContext()
233 android::linkerconfig::modules::ParseLinkerConfig(system_config_path); in GetContext()
244 auto system_ext_config = android::linkerconfig::modules::ParseLinkerConfig( in GetContext()
257 android::linkerconfig::modules::ParseLinkerConfig(vendor_config_path); in GetContext()
268 android::linkerconfig::modules::ParseLinkerConfig(product_config_path); in GetContext()
279 if (android::linkerconfig::modules::IsRecoveryMode()) { in GetConfiguration()
283 if (!android::linkerconfig::modules::IsTreblelizedDevice()) { in GetConfiguration()
324 const android::linkerconfig::modules::ApexInfo& target_apex, in GenerateApexConfiguration()
420 if (android::linkerconfig::modules::IsTreblelizedDevice() && in main()
421 android::linkerconfig::modules::IsVndkLiteDevice()) { in main()