Searched refs:ModuleGenPath (Results 1 – 6 of 6) sorted by relevance
| /build/soong/android/ |
| D | init.go | 23 gob.Register(ModuleGenPath{})
|
| D | proto.go | 39 Dir ModuleGenPath 40 SubDir ModuleGenPath
|
| D | paths.go | 311 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath 312 …enPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPath 323 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { 333 …rimExt(ctx ModuleOutPathContext, subdir string, p Path, ext string, trimExt string) ModuleGenPath { 1699 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { 1703 …PathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPath { 1767 type ModuleGenPath struct { struct 1771 func (p ModuleGenPath) RelativeToTop() Path { argument 1776 var _ Path = ModuleGenPath{} 1777 var _ WritablePath = ModuleGenPath{} [all …]
|
| /build/soong/cc/ |
| D | ndk_library.go | 124 versionScriptPath android.ModuleGenPath 254 StubSrc android.ModuleGenPath 255 VersionScript android.ModuleGenPath 256 symbolList android.ModuleGenPath
|
| D | proto.go | 33 var ccFile, headerFile android.ModuleGenPath
|
| D | gen.go | 63 outFile android.ModuleGenPath, props *YaccProperties) (headerFiles android.Paths) { argument 166 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *… argument
|