Searched refs:modulePath (Results 1 – 9 of 9) sorted by relevance
/build/soong/rust/ |
D | clippy_test.go | 48 modulePath string 57 t.Run("path="+tc.modulePath, func(t *testing.T) { 62 android.FixtureAddTextFile(tc.modulePath+"Android.bp", bp),
|
D | compiler_test.go | 215 modulePath string 224 t.Run("path="+tc.modulePath, func(t *testing.T) { 229 android.FixtureAddTextFile(tc.modulePath+"Android.bp", bp),
|
D | builder.go | 354 modulePath := android.PathForModuleSrc(ctx).String() 355 if android.IsThirdPartyPath(modulePath) {
|
/build/make/tools/rbcrun/ |
D | host.go | 70 modulePath, err := moduleName2AbsPath(module, thread.Local(callerDirKey).(string)) 74 e, ok := moduleCache[modulePath] 81 moduleCache[modulePath] = nil 85 if _, err := os.Stat(modulePath); err == nil { 101 childThread.SetLocal(callerDirKey, filepath.Dir(modulePath)) 102 globals, err := starlark.ExecFile(childThread, modulePath, nil, builtins) 109 moduleCache[modulePath] = e
|
/build/soong/apex/ |
D | androidmk.go | 149 var modulePath string 152 modulePath = filepath.Join(a.installDir.String(), apexBundleName, fi.installDir) 153 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", modulePath) 162 dataOutPath := modulePath + ":" + path.SrcPath.Rel() 176 modulePath = pathWhenActivated 184 fmt.Fprintln(w, "LOCAL_SOONG_INSTALLED_MODULE :=", filepath.Join(modulePath, fi.stem())) 185 …(w, "LOCAL_SOONG_INSTALL_PAIRS :=", fi.builtFile.String()+":"+filepath.Join(modulePath, fi.stem())) 246 if jniLibSymbols := app.JNISymbolsInstalls(modulePath); len(jniLibSymbols) > 0 {
|
/build/blueprint/ |
D | name_interface.go | 84 modulePath string member 92 return ctx.modulePath
|
/build/soong/cc/ |
D | compiler.go | 334 modulePath := android.PathForModuleSrc(ctx).String() 375 flags.Local.CommonFlags = append(flags.Local.CommonFlags, "-I"+modulePath) 376 flags.Local.YasmFlags = append(flags.Local.YasmFlags, "-I"+modulePath) 480 if android.IsThirdPartyPath(modulePath) { 533 if strings.HasPrefix(modulePath, "external/") {
|
D | builder.go | 542 modulePath := android.PathForModuleSrc(ctx).String() 543 if android.IsThirdPartyPath(modulePath) {
|
/build/soong/mk2rbc/ |
D | mk2rbc.go | 738 modulePath := ctx.loadedModulePath(path) 739 if mi, ok := ctx.dependentModules[modulePath]; ok { 752 path: modulePath, 758 ctx.dependentModules[modulePath] = mi
|