Home
last modified time | relevance | path

Searched defs:OutputPath (Results 1 – 10 of 10) sorted by relevance

/build/soong/bp2build/
Dbp2build.go53 func getOrCreateOutputDir(outputDir android.OutputPath, ctx android.PathContext, dir string) androi…
60 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) {
69 func writeFile(ctx android.PathContext, pathToFile android.OutputPath, content string) error {
/build/soong/android/
Dpaths.go1217 type OutputPath struct { struct
1218 basePath
1221 soongOutDir string
1223 fullPath string
1226 func (p OutputPath) withRel(rel string) OutputPath {
1232 func (p OutputPath) WithoutRel() OutputPath {
1237 func (p OutputPath) getSoongOutDir() string {
1241 func (p OutputPath) RelativeToTop() Path {
1245 func (p OutputPath) outputPathRelativeToTop() OutputPath {
1251 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
[all …]
Dbazel_paths.go432 OutputPath anonMember
/build/soong/filesystem/
Dfilesystem.go432 OutputPath() android.Path methodSpec
441 func (f *filesystem) OutputPath() android.Path { func
Dlogical_partition.go227 func (l *logicalPartition) OutputPath() android.Path { func
Dbootimg.go275 func (b *bootimg) OutputPath() android.Path { func
Dvbmeta.go259 func (v *vbmeta) OutputPath() android.Path { func
/build/soong/linkerconfig/
Dlinkerconfig.go104 input android.Path, otherModules []android.Module, output android.OutputPath) {
/build/soong/dexpreopt/
Ddexpreopt_test.go62 …onfig(name, dexLocation string, buildPath, dexPath, enforceUsesLibrariesStatusFile android.OutputP…
/build/soong/java/
Dhiddenapi.go251 …roid.Path, uncompressDex bool, minSdkVersion android.SdkSpec, outputDir android.OutputPath) androi…