HomeSort by relevance Sort by last modified time
    Searched refs:ModuleDir (Results 1 - 23 of 23) sorted by null

  /build/soong/cc/
tidy.go 76 headerFilter := "-header-filter=\"(" + ctx.ModuleDir() + "|${config.TidyDefaultHeaderDirs})\""
94 tidyChecks += config.TidyChecksForDir(ctx.ModuleDir())
coverage.go 108 enabled = mctx.DeviceConfig().CoverageEnabledForPath(mctx.ModuleDir())
compiler.go 466 "-I"+android.PathForModuleGen(ctx, "yacc", ctx.ModuleDir()).String())
471 "-I"+android.PathForModuleGen(ctx, "windmc", ctx.ModuleDir()).String())
497 module := ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName()
501 if warningsAreAllowed(ctx.ModuleDir()) {
sanitize.go 197 if !ctx.Config().CFIDisabledForPath(ctx.ModuleDir()) {
203 if !ctx.Config().IntegerOverflowDisabledForPath(ctx.ModuleDir()) {
228 if s.Cfi == nil && ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) && ctx.Arch().ArchType == android.Arm64 {
pgo.go 135 missing := *props.Pgo.Profile_file + ":" + ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName()
  /build/soong/java/
support_libraries.go 33 dir := sctx.ModuleDir(module)
java.go 540 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
    [all...]
  /build/blueprint/
singleton_ctx.go 31 ModuleDir(module Module) string
101 func (s *singletonContext) ModuleDir(logicModule Module) string {
102 return s.context.ModuleDir(logicModule)
module_ctx.go 125 ModuleDir() string
207 func (d *baseModuleContext) ModuleDir() string {
context.go     [all...]
  /build/soong/android/
proto.go 54 return PathForModuleGen(ctx, "proto", ctx.ModuleDir())
prebuilt.go 146 // TODO: use p.Properties.Name and ctx.ModuleDir to override preference
neverallow.go 83 dir := ctx.ModuleDir() + "/"
paths.go 233 prefix := filepath.Join(ctx.Config().srcDir, ctx.ModuleDir()) + "/"
260 path := filepath.Join(ctx.Config().srcDir, ctx.ModuleDir(), def)
766 srcPath, err := pathForSource(ctx, ctx.ModuleDir(), p)
825 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
singleton.go 27 ModuleDir(module blueprint.Module) string
module.go 85 ModuleDir() string
597 a.blueprintDir = ctx.ModuleDir()
657 desc := "//" + ctx.ModuleDir() + ":" + ctx.ModuleName() + " "
    [all...]
  /build/soong/bpf/
bpf.go 69 "-I " + ctx.ModuleDir(),
103 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
106 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir)
  /build/blueprint/bootstrap/
writedocs.go 57 filepath.Join(SrcDir, ctx.ModuleDir(m)))
bootstrap.go 762 return filepath.Join("$srcDir", ctx.ModuleDir())
  /external/clang/soong/
tblgen.go 66 "-I " + ctx.ModuleDir(),
  /external/llvm/soong/
tblgen.go 66 "-I " + ctx.ModuleDir(),
  /build/soong/genrule/
genrule.go 155 android.PathForModuleGen(ctx, ctx.ModuleDir(), dir))
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 341 milliseconds