Home
last modified time | relevance | path

Searched refs:inputPath (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dmakefile_goal.go49 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/
Dplatform_compat_config.go170 inputPath := platformCompatConfigPath(ctx)
178 Input: inputPath,
Dhiddenapi_singleton.go348 inputPath := hiddenAPISingletonPaths(ctx).flags
356 Input: inputPath,
Dapp.go1386 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)