Searched refs:apexFile (Results 1 – 3 of 3) sorted by relevance
/build/soong/apex/ |
D | apex.go | 361 filesInfo []apexFile 441 type apexFile struct { struct 475 …droidMkModuleName string, installDir string, class apexFileClass, module android.Module) apexFile { 476 ret := apexFile{ 494 func (af *apexFile) ok() bool { argument 501 func (af *apexFile) apexRelativePath(path string) string { argument 506 func (af *apexFile) path() string { argument 511 func (af *apexFile) stem() string { argument 519 func (af *apexFile) symlinkPaths() []string { argument 529 func (af *apexFile) availableToPlatform() bool { argument [all …]
|
D | androidmk.go | 67 func (a *apexBundle) fullModuleName(apexBundleName string, fi *apexFile) string { argument
|
/build/soong/sdk/ |
D | bootclasspath_fragment_sdk_test.go | 49 apexFile := fmt.Sprintf("%s.apex", apex) 61 `, apex, apexFile, fragment)), 62 android.FixtureAddFile(filepath.Join(dir, apexFile), nil),
|