Home
last modified time | relevance | path

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

/build/soong/android/
Dproto.go49 Dir ModuleGenPath
50 SubDir ModuleGenPath
Dpaths.go223 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 …]
Dbazel_paths.go444 func (p BazelOutPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
/build/soong/cc/
Dndk_library.go120 versionScriptPath android.ModuleGenPath
251 stubSrc android.ModuleGenPath
252 versionScript android.ModuleGenPath
253 symbolList android.ModuleGenPath
Dgen.go62 outFile android.ModuleGenPath, props *YaccProperties) (headerFiles android.Paths) { argument
157 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *… argument
Dproto.go32 var ccFile, headerFile android.ModuleGenPath
Dlibrary.go1651 func processLLNDKHeaders(ctx ModuleContext, srcHeaderDir string, outDir android.ModuleGenPath) (tim… argument