Searched refs:ModuleGenPath (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | proto.go | 49 Dir ModuleGenPath 50 SubDir ModuleGenPath
|
D | paths.go | 223 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath 234 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { 1429 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { 1521 type ModuleGenPath struct { struct 1525 func (p ModuleGenPath) RelativeToTop() Path { argument 1530 var _ Path = ModuleGenPath{} 1531 var _ WritablePath = ModuleGenPath{} 1532 var _ genPathProvider = ModuleGenPath{} 1533 var _ objPathProvider = ModuleGenPath{} 1537 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath { [all …]
|
D | bazel_paths.go | 444 func (p BazelOutPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
|
/build/soong/cc/ |
D | ndk_library.go | 120 versionScriptPath android.ModuleGenPath 251 stubSrc android.ModuleGenPath 252 versionScript android.ModuleGenPath 253 symbolList android.ModuleGenPath
|
D | gen.go | 62 outFile android.ModuleGenPath, props *YaccProperties) (headerFiles android.Paths) { argument 157 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 | 1651 func processLLNDKHeaders(ctx ModuleContext, srcHeaderDir string, outDir android.ModuleGenPath) (tim… argument
|