Searched refs:SubDir (Results 1 – 12 of 12) sorted by relevance
/build/soong/android/ |
D | proto.go | 40 SubDir ModuleGenPath member 99 SubDir: PathForModuleGen(ctx, "proto", ctx.ModuleDir()),
|
/build/soong/bpf/ |
D | bpf.go | 69 SubDir() string methodSpec 258 func (bpf *bpf) SubDir() string { func
|
/build/soong/sh/ |
D | sh_binary.go | 196 func (s *ShBinary) SubDir() string { func 201 return s.SubDir() 426 if s.SubDir() != "" { 429 s.installDir = android.PathForModuleInstall(ctx, testDir, s.SubDir())
|
/build/soong/java/ |
D | platform_compat_config.go | 74 func (p *platformCompatConfig) SubDir() string { func 87 SubDir() string methodSpec
|
D | sdk_library.go | 3251 func (module *sdkLibraryXml) SubDir() string { func 3396 module.installDirPath = android.PathForModuleInstall(ctx, "etc", module.SubDir())
|
/build/soong/cc/ |
D | proto.go | 126 flags.Local.CommonFlags = append(flags.Local.CommonFlags, "-I"+flags.proto.SubDir.String())
|
D | llndk_library.go | 183 func (txt *llndkLibrariesTxtModule) SubDir() string { func
|
D | sanitize.go | 1899 func (txt *sanitizerLibrariesTxtModule) SubDir() string { func
|
D | library.go | 1665 includes = append(includes, flags.proto.SubDir)
|
/build/soong/etc/ |
D | prebuilt_etc.go | 135 SubDir() string methodSpec 271 func (p *PrebuiltEtc) SubDir() string { func 319 p.installDirPath = android.PathForModuleInstall(ctx, p.installBaseDir(ctx), p.SubDir())
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 67 func (l *linkerConfig) SubDir() string { func
|
/build/soong/apex/ |
D | apex.go | 1626 dirInApex := filepath.Join("bin", sh.SubDir()) 1637 dirInApex := filepath.Join(prebuilt.BaseDir(), prebuilt.SubDir()) 1643 dirInApex := filepath.Join("etc", config.SubDir()) 2104 apex_sub_dir := bpfProgram.SubDir()
|