Searched refs:ModuleGenPath (Results 1 – 7 of 7) sorted by relevance
/aosp12/build/soong/android/ |
H A D | paths.go | 222 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath 233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { 1421 type ModuleGenPath struct { struct 1425 func (p ModuleGenPath) RelativeToTop() Path { 1430 var _ Path = ModuleGenPath{} 1431 var _ WritablePath = ModuleGenPath{} 1432 var _ genPathProvider = ModuleGenPath{} 1433 var _ objPathProvider = ModuleGenPath{} 1437 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath { 1442 return ModuleGenPath{ [all …]
|
H A D | proto.go | 35 Dir ModuleGenPath 36 SubDir ModuleGenPath
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_gen_rule.go | 92 genOutDir android.ModuleGenPath 93 genHeaderDir android.ModuleGenPath
|
/aosp12/build/soong/cc/ |
H A D | ndk_library.go | 89 versionScriptPath android.ModuleGenPath 207 …Context, flags Flags, symbolFile, apiLevel, genstubFlags string) (Objects, android.ModuleGenPath) {
|
H A D | gen.go | 69 outFile android.ModuleGenPath, props *YaccProperties) (headerFiles android.Paths) { argument 164 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *… argument
|
H A D | proto.go | 26 var ccFile, headerFile android.ModuleGenPath
|
H A D | library.go | 1429 func processLLNDKHeaders(ctx ModuleContext, srcHeaderDir string, outDir android.ModuleGenPath) (tim… argument
|