Searched defs:OutputPath (Results 1 – 10 of 10) sorted by relevance
/build/soong/bp2build/ |
D | bp2build.go | 53 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/ |
D | paths.go | 1217 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 …]
|
D | bazel_paths.go | 432 OutputPath anonMember
|
/build/soong/filesystem/ |
D | filesystem.go | 432 OutputPath() android.Path methodSpec 441 func (f *filesystem) OutputPath() android.Path { func
|
D | logical_partition.go | 227 func (l *logicalPartition) OutputPath() android.Path { func
|
D | bootimg.go | 275 func (b *bootimg) OutputPath() android.Path { func
|
D | vbmeta.go | 259 func (v *vbmeta) OutputPath() android.Path { func
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 104 input android.Path, otherModules []android.Module, output android.OutputPath) {
|
/build/soong/dexpreopt/ |
D | dexpreopt_test.go | 62 …onfig(name, dexLocation string, buildPath, dexPath, enforceUsesLibrariesStatusFile android.OutputP…
|
/build/soong/java/ |
D | hiddenapi.go | 251 …roid.Path, uncompressDex bool, minSdkVersion android.SdkSpec, outputDir android.OutputPath) androi…
|