Searched refs:installFilename (Results 1 – 3 of 3) sorted by relevance
/build/soong/apex/ |
D | prebuilt.go | 97 installFilename string member 200 p.installFilename = p.InstallFilename() 201 if !strings.HasSuffix(p.installFilename, imageApexSuffix) { 204 p.outputApex = android.PathForModuleOut(ctx, p.installFilename) 217 ctx.InstallFile(p.installDir, p.installFilename, p.inputApex) 236 entries.SetString("LOCAL_MODULE_STEM", p.installFilename) 254 installFilename string member 310 a.installFilename = a.InstallFilename() 311 if !strings.HasSuffix(a.installFilename, imageApexSuffix) { 316 a.outputApex = android.PathForModuleOut(ctx, a.installFilename) [all …]
|
D | apex_test.go | 3846 if p.installFilename != expected { 3847 t.Errorf("installFilename invalid. expected: %q, actual: %q", expected, p.installFilename)
|
/build/soong/android/ |
D | notices.go | 63 func BuildNoticeOutput(ctx ModuleContext, installPath InstallPath, installFilename string, 73 noticeRelPath := InstallPathToOnDevicePath(ctx, installPath.Join(ctx, installFilename+".txt"))
|