Searched defs:OutputPath (Results  1 – 14 of 14) sorted by relevance
| /build/soong/bp2build/ | 
| D | bp2build.go | 28 func deleteFilesExcept(ctx *CodegenContext, rootOutputPath android.OutputPath, except []BazelFile) {120 func getOrCreateOutputDir(outputDir android.OutputPath, ctx android.PathContext, dir string) androi…
 129 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) {
 138 func writeFile(pathToFile android.OutputPath, content string) error {
 
 | 
| /build/soong/android/ | 
| D | paths.go | 1226 type OutputPath struct {  struct1227 	basePath
 1230 	soongOutDir string
 1232 	fullPath string
 1235 func (p OutputPath) withRel(rel string) OutputPath {
 1241 func (p OutputPath) WithoutRel() OutputPath {
 1246 func (p OutputPath) getSoongOutDir() string {
 1250 func (p OutputPath) RelativeToTop() Path {
 1254 func (p OutputPath) outputPathRelativeToTop() OutputPath {
 1260 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
 [all …]
 
 | 
| D | bazel_paths.go | 466 	OutputPath  anonMember
 | 
| /build/soong/snapshot/ | 
| D | util.go | 28 …ule(pctx android.PackageContext, ctx buildContext, path android.Path, outPath android.OutputPath) {
 | 
| /build/soong/filesystem/ | 
| D | raw_binary.go | 105 func (r *rawBinary) OutputPath() android.Path {  func
 | 
| D | filesystem.go | 464 	OutputPath() android.Path  methodSpec473 func (f *filesystem) OutputPath() android.Path {  func
 
 | 
| D | logical_partition.go | 227 func (l *logicalPartition) OutputPath() android.Path {  func
 | 
| D | avb_add_hash_footer.go | 183 func (a *avbAddHashFooter) OutputPath() android.Path {  func
 | 
| D | vbmeta.go | 259 func (v *vbmeta) OutputPath() android.Path {  func
 | 
| D | bootimg.go | 285 func (b *bootimg) OutputPath() android.Path {  func
 | 
| /build/soong/linkerconfig/ | 
| D | linkerconfig.go | 128 	input android.Path, otherModules []android.Module, output android.OutputPath) {
 | 
| /build/soong/dexpreopt/ | 
| D | dexpreopt_test.go | 71 …onfig(name, dexLocation string, buildPath, dexPath, enforceUsesLibrariesStatusFile android.OutputP…
 | 
| /build/soong/apex/ | 
| D | builder.go | 1188 func runApexSepolicyTests(ctx android.ModuleContext, apexFile android.OutputPath) android.Path {
 | 
| /build/soong/java/ | 
| D | hiddenapi.go | 256 …oid.Path, uncompressDex bool, minSdkVersion android.ApiLevel, outputDir android.OutputPath) androi…
 |