Searched refs:moduleName (Results 1 – 9 of 9) sorted by relevance
/system/tools/aidl/build/ |
D | aidl_interface.go | 100 func isAidlModule(moduleName string, config android.Config) bool { 102 if android.InList(moduleName, i.internalModuleNames) { 207 versions[dep.verLang] = append(versions[dep.verLang], dep.moduleName()) 461 func addUnstableModule(mctx android.LoadHookContext, moduleName string) { 465 *unstableModules = append(*unstableModules, moduleName) 608 func hasVersionSuffix(moduleName string) bool { 609 hasVersionSuffix, _ := regexp.MatchString("-V\\d+$", moduleName) 613 func parseModuleWithVersion(moduleName string) (string, string) { 614 if hasVersionSuffix(moduleName) { 615 versionIdx := strings.LastIndex(moduleName, "-V") [all …]
|
/system/ca-certificates/soong/ |
D | ca_certificates.go | 44 moduleName := *c.Module_name_prefix + filename 45 etcProps.Name = proptools.StringPtr(moduleName) 52 requiredModuleNames[i] = moduleName
|
/system/apex/apexd/aidl/android/apex/ |
D | CompressedApexInfo.aidl | 20 @utf8InCpp String moduleName;
|
D | ApexInfo.aidl | 20 @utf8InCpp String moduleName;
|
/system/apex/apexd/ |
D | apexd_test_utils.h | 99 AllOf(Field("moduleName", &ApexInfo::moduleName, Eq(other.moduleName)), 159 *os << " moduleName : " << apex.moduleName << "\n"; in PrintTo()
|
D | apexservice_test.cpp | 153 if (apex.moduleName == name) { in IsActive() 166 if (p.moduleName == name && p.versionCode == version && in IsActive() 221 return p.moduleName + "@" + std::to_string(p.versionCode) + in GetPackageString() 222 " [path=" + p.moduleName + "]"; in GetPackageString() 1140 if (info.moduleName == installer_->package) { in TEST_F() 1146 ASSERT_EQ(installer_->package, match.moduleName); in TEST_F() 1158 ASSERT_EQ(installer_->package, active->moduleName); in TEST_F() 1542 on_data.moduleName = "com.android.apex.cts.shim"; in TEST_F() 1551 preinstalled.moduleName = "com.android.apex.cts.shim"; in TEST_F() 1750 if (info.moduleName == installer.package) { in TEST_F() [all …]
|
D | apexservice.cpp | 189 out.moduleName = package.GetManifest().name(); in submitStagedSession() 238 apex_info.moduleName, apex_info.versionCode, instance); in calculateSizeForCompressedApex() 320 out.moduleName = package.GetManifest().name(); in GetApexInfo() 336 << "Module: " << package.moduleName in ToString()
|
/system/update_engine/aosp/ |
D | apex_handler_android.cc | 39 compressed_apex_info.moduleName = apex_info.package_name(); in CreateCompressedApexInfoList()
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 186 auto [featureEnabled, moduleName] = parseProperty(incFsPropertyValue()); in IncFsInit() 188 moduleName_ = moduleName; in IncFsInit()
|