Home
last modified time | relevance | path

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

/build/soong/android/
Dinit.go23 gob.Register(ModuleGenPath{})
Dproto.go39 Dir ModuleGenPath
40 SubDir ModuleGenPath
Dpaths.go311 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/
Dndk_library.go124 versionScriptPath android.ModuleGenPath
254 StubSrc android.ModuleGenPath
255 VersionScript android.ModuleGenPath
256 symbolList android.ModuleGenPath
Dproto.go33 var ccFile, headerFile android.ModuleGenPath
Dgen.go63 outFile android.ModuleGenPath, props *YaccProperties) (headerFiles android.Paths) { argument
166 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *… argument