Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go222 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 …]
Dproto.go41 Dir ModuleGenPath
42 SubDir ModuleGenPath
Dbazel_paths.go478 func (p BazelOutPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
/build/soong/cc/
Dndk_library.go125 versionScriptPath android.ModuleGenPath
256 stubSrc android.ModuleGenPath
257 versionScript android.ModuleGenPath
258 symbolList android.ModuleGenPath
Dgen.go63 outFile android.ModuleGenPath, props *YaccProperties) (headerFiles android.Paths) { argument
158 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *… argument
Dproto.go32 var ccFile, headerFile android.ModuleGenPath
Dlibrary.go2023 func processLLNDKHeaders(ctx ModuleContext, srcHeaderDir string, outDir android.ModuleGenPath) (tim… argument