Searched refs:SubDir (Results 1 – 9 of 9) sorted by relevance
/build/soong/android/ |
D | proto.go | 36 SubDir ModuleGenPath member 95 SubDir: PathForModuleGen(ctx, "proto", ctx.ModuleDir()),
|
/build/soong/etc/ |
D | prebuilt_etc.go | 73 SubDir() string methodSpec 163 func (p *PrebuiltEtc) SubDir() string { func 200 p.installDirPath = android.PathForModuleInstall(ctx, installBaseDir, p.SubDir())
|
/build/soong/sh/ |
D | sh_binary.go | 130 func (s *ShBinary) SubDir() string { func 206 if s.SubDir() != "" { 209 s.installDir = android.PathForModuleInstall(ctx, testDir, s.SubDir())
|
/build/soong/java/ |
D | platform_compat_config.go | 57 func (p *platformCompatConfig) SubDir() string { func 67 SubDir() string methodSpec
|
D | sdk_library.go | 2065 func (module *sdkLibraryXml) SubDir() string { func 2122 module.installDirPath = android.PathForModuleInstall(ctx, "etc", module.SubDir())
|
/build/soong/cc/ |
D | proto.go | 121 flags.Local.CommonFlags = append(flags.Local.CommonFlags, "-I"+flags.proto.SubDir.String())
|
D | vndk.go | 514 func (txt *vndkLibrariesTxt) SubDir() string { func
|
D | library.go | 1149 includes = append(includes, flags.proto.SubDir)
|
/build/soong/apex/ |
D | apex.go | 1682 dirInApex := filepath.Join("bin", sh.SubDir()) 1715 dirInApex := filepath.Join("etc", prebuilt.SubDir()) 1721 dirInApex := filepath.Join("etc", config.SubDir())
|