Searched refs:inputPath (Results 1 – 4 of 4) 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…
|
/build/soong/java/ |
D | platform_compat_config.go | 170 inputPath := platformCompatConfigPath(ctx) 178 Input: inputPath,
|
D | hiddenapi_singleton.go | 348 inputPath := hiddenAPISingletonPaths(ctx).flags 356 Input: inputPath,
|
D | app.go | 1386 ctx android.ModuleContext, inputPath android.Path, outputPath android.OutputPath) { 1393 Input: inputPath, 1399 Textf(`if (zipinfo %s 'lib/*.so' 2>/dev/null | grep -v ' stor ' >/dev/null) ; then`, inputPath). 1401 FlagWithInput("-i ", inputPath). 1404 Textf(`; else cp -f %s %s; fi`, inputPath, outputPath) 1423 ctx android.ModuleContext, inputPath android.Path, outputPath android.OutputPath) { 1426 Textf(`if (zipinfo %s '*.dex' 2>/dev/null | grep -v ' stor ' >/dev/null) ; then`, inputPath). 1428 FlagWithInput("-i ", inputPath). 1431 Textf(`; else cp -f %s %s; fi`, inputPath, outputPath)
|