Lines Matching refs:OutputPath
44 buildExtraFiles func(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths
46 output android.OutputPath
160 func (f *filesystem) buildRootZip(ctx android.ModuleContext) android.OutputPath {
161 rootDir := android.PathForModuleGen(ctx, "root").OutputPath
194 rootForExtraFiles := android.PathForModuleGen(ctx, "root-extra").OutputPath
207 zipOut := android.PathForModuleGen(ctx, "root.zip").OutputPath
227 func (f *filesystem) buildImageUsingBuildImage(ctx android.ModuleContext) android.OutputPath {
228 depsZipFile := android.PathForModuleOut(ctx, "deps.zip").OutputPath
233 rebasedDepsZip := android.PathForModuleOut(ctx, "rebased_deps.zip").OutputPath
240 rootDir := android.PathForModuleOut(ctx, "root").OutputPath
249 output := android.PathForModuleOut(ctx, f.installFileName()).OutputPath
263 func (f *filesystem) buildFileContexts(ctx android.ModuleContext) android.OutputPath {
270 return fcBin.OutputPath
273 func (f *filesystem) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDep…
324 propFile = android.PathForModuleOut(ctx, "prop").OutputPath
337 func (f *filesystem) buildCpioImage(ctx android.ModuleContext, compressed bool) android.OutputPath {
347 depsZipFile := android.PathForModuleOut(ctx, "deps.zip").OutputPath
352 rebasedDepsZip := android.PathForModuleOut(ctx, "rebased_deps.zip").OutputPath
359 rootDir := android.PathForModuleOut(ctx, "root").OutputPath
367 output := android.PathForModuleOut(ctx, f.installFileName()).OutputPath
418 OutputPath() android.Path
427 func (f *filesystem) OutputPath() android.Path { func
433 return f.OutputPath()