Searched refs:ModuleGenPath (Results  1 – 7 of 7) sorted by relevance
| /build/soong/android/ | 
| D | paths.go | 222 	genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath 233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { 1438 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { 1495 type ModuleGenPath struct {  struct 1499 func (p ModuleGenPath) RelativeToTop() Path {  argument 1504 var _ Path = ModuleGenPath{} 1505 var _ WritablePath = ModuleGenPath{} 1506 var _ genPathProvider = ModuleGenPath{} 1507 var _ objPathProvider = ModuleGenPath{} 1511 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath { [all …] 
 | 
| D | proto.go | 41 	Dir                   ModuleGenPath 42 	SubDir                ModuleGenPath
  | 
| D | bazel_paths.go | 478 func (p BazelOutPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
  | 
| /build/soong/cc/ | 
| D | ndk_library.go | 125 	versionScriptPath     android.ModuleGenPath 256 	stubSrc       android.ModuleGenPath 257 	versionScript android.ModuleGenPath 258 	symbolList    android.ModuleGenPath
  | 
| D | gen.go | 63 	outFile android.ModuleGenPath, props *YaccProperties) (headerFiles android.Paths) {  argument 158 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *…  argument
  | 
| D | proto.go | 32 	var ccFile, headerFile android.ModuleGenPath
  | 
| D | library.go | 2023 func processLLNDKHeaders(ctx ModuleContext, srcHeaderDir string, outDir android.ModuleGenPath) (tim…  argument
  |