Home
last modified time | relevance | path

Searched refs:apexFile (Results 1 – 3 of 3) sorted by relevance

/build/soong/apex/
Dapex.go361 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 …]
Dandroidmk.go67 func (a *apexBundle) fullModuleName(apexBundleName string, fi *apexFile) string { argument
/build/soong/sdk/
Dbootclasspath_fragment_sdk_test.go49 apexFile := fmt.Sprintf("%s.apex", apex)
61 `, apex, apexFile, fragment)),
62 android.FixtureAddFile(filepath.Join(dir, apexFile), nil),