Home
last modified time | relevance | path

Searched refs:ModuleGenPath (Results 1 – 6 of 6) sorted by relevance

/build/soong/android/
Dproto.go35 Dir ModuleGenPath
36 SubDir ModuleGenPath
Dpaths.go222 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath
233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
1326 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1421 type ModuleGenPath struct { struct
1425 func (p ModuleGenPath) RelativeToTop() Path { argument
1430 var _ Path = ModuleGenPath{}
1431 var _ WritablePath = ModuleGenPath{}
1432 var _ genPathProvider = ModuleGenPath{}
1433 var _ objPathProvider = ModuleGenPath{}
1437 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath {
[all …]
/build/soong/cc/
Dndk_library.go89 versionScriptPath android.ModuleGenPath
207 …Context, flags Flags, symbolFile, apiLevel, genstubFlags string) (Objects, android.ModuleGenPath) {
Dgen.go69 outFile android.ModuleGenPath, props *YaccProperties) (headerFiles android.Paths) { argument
164 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *… argument
Dproto.go26 var ccFile, headerFile android.ModuleGenPath
Dlibrary.go1429 func processLLNDKHeaders(ctx ModuleContext, srcHeaderDir string, outDir android.ModuleGenPath) (tim… argument