Searched refs:inputPath (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | makefile_goal.go | 49 func (p *makefileGoal) inputPath() *string { function 66 if p.inputPath() == nil { 72 filename := filepath.Base(proptools.String(p.inputPath())) 85 …fmt.Fprintf(w, "$(eval $(call copy-one-file,%s,%s))\n", proptools.String(p.inputPath()), p.outputF…
|
D | bazel_handler.go | 743 for _, inputPath := range buildStatement.InputPaths { 744 cmd.Implicit(PathForBazelOut(ctx, inputPath))
|
/build/soong/java/ |
D | hiddenapi_singleton.go | 184 …inputPath := android.PathForSource(ctx, ctx.Config().PrebuiltHiddenApiDir(ctx), "hiddenapi-flags.c… 189 Input: inputPath, 195 …inputPath := android.PathForSource(ctx, ctx.Config().PrebuiltHiddenApiDir(ctx), "hiddenapi-index.c… 200 Input: inputPath,
|
D | app_import.go | 176 ctx android.ModuleContext, inputPath android.Path, outputPath android.OutputPath) { 183 Input: inputPath, 189 Textf(`if (zipinfo %s 'lib/*.so' 2>/dev/null | grep -v ' stor ' >/dev/null) ; then`, inputPath). 191 FlagWithInput("-i ", inputPath). 194 Textf(`; else cp -f %s %s; fi`, inputPath, outputPath) 213 ctx android.ModuleContext, inputPath android.Path, outputPath android.OutputPath) { 216 Textf(`if (zipinfo %s '*.dex' 2>/dev/null | grep -v ' stor ' >/dev/null) ; then`, inputPath). 218 FlagWithInput("-i ", inputPath). 221 Textf(`; else cp -f %s %s; fi`, inputPath, outputPath)
|
D | platform_compat_config.go | 298 inputPath := platformCompatConfigPath(ctx) 306 Input: inputPath,
|
/build/soong/cc/ |
D | library_sdk_member.go | 275 inputPath := path.String() 280 targetRelativePath := inputPath 285 targetRelativePath = android.Rel(sdkModuleContext, base.String(), inputPath) 295 headers, _ := sdkModuleContext.GlobWithDeps(inputPath+"/**/*.h", nil) 301 inputRelativePath := android.Rel(sdkModuleContext, inputPath, file)
|
/build/soong/bazel/ |
D | aquery.go | 166 inputPath, exists := artifactIdToPath[inputId] 170 inputPaths = append(inputPaths, inputPath)
|