Home
last modified time | relevance | path

Searched refs:modulePath (Results 1 – 9 of 9) sorted by relevance

/build/soong/rust/
Dclippy_test.go48 modulePath string
57 t.Run("path="+tc.modulePath, func(t *testing.T) {
62 android.FixtureAddTextFile(tc.modulePath+"Android.bp", bp),
Dcompiler_test.go215 modulePath string
224 t.Run("path="+tc.modulePath, func(t *testing.T) {
229 android.FixtureAddTextFile(tc.modulePath+"Android.bp", bp),
Dbuilder.go354 modulePath := android.PathForModuleSrc(ctx).String()
355 if android.IsThirdPartyPath(modulePath) {
/build/make/tools/rbcrun/
Dhost.go70 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/
Dandroidmk.go149 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/
Dname_interface.go84 modulePath string member
92 return ctx.modulePath
/build/soong/cc/
Dcompiler.go334 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/") {
Dbuilder.go542 modulePath := android.PathForModuleSrc(ctx).String()
543 if android.IsThirdPartyPath(modulePath) {
/build/soong/mk2rbc/
Dmk2rbc.go738 modulePath := ctx.loadedModulePath(path)
739 if mi, ok := ctx.dependentModules[modulePath]; ok {
752 path: modulePath,
758 ctx.dependentModules[modulePath] = mi