Home
last modified time | relevance | path

Searched refs:apexRelativePath (Results 1 – 2 of 2) sorted by relevance

/build/soong/apex/
Dapex.go1202 func (af *apexFile) apexRelativePath(path string) string { func
1208 return af.apexRelativePath(af.Stem())
1222 ret = append(ret, af.apexRelativePath(symlink))
Dbuilder.go412 …dataDest := android.PathForModuleOut(ctx, "image"+suffix, fi.apexRelativePath(relPath), d.Relative…