Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_interface.go100 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/
Dca_certificates.go44 moduleName := *c.Module_name_prefix + filename
45 etcProps.Name = proptools.StringPtr(moduleName)
52 requiredModuleNames[i] = moduleName
/system/apex/apexd/aidl/android/apex/
DCompressedApexInfo.aidl20 @utf8InCpp String moduleName;
DApexInfo.aidl20 @utf8InCpp String moduleName;
/system/apex/apexd/
Dapexd_test_utils.h99 AllOf(Field("moduleName", &ApexInfo::moduleName, Eq(other.moduleName)),
159 *os << " moduleName : " << apex.moduleName << "\n"; in PrintTo()
Dapexservice_test.cpp153 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 …]
Dapexservice.cpp189 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/
Dapex_handler_android.cc39 compressed_apex_info.moduleName = apex_info.package_name(); in CreateCompressedApexInfoList()
/system/incremental_delivery/incfs/
Dincfs.cpp186 auto [featureEnabled, moduleName] = parseProperty(incFsPropertyValue()); in IncFsInit()
188 moduleName_ = moduleName; in IncFsInit()