Home
last modified time | relevance | path

Searched refs:modulePath (Results 1 – 6 of 6) 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.go156 modulePath string
165 t.Run("path="+tc.modulePath, func(t *testing.T) {
170 android.FixtureAddTextFile(tc.modulePath+"Android.bp", bp),
/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.go156 var modulePath string
159 modulePath = filepath.Join(a.installDir.ToMakePath().String(), apexBundleName, fi.installDir)
160 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", modulePath)
169 dataOutPath := modulePath + ":" + path.SrcPath.Rel()
183 modulePath = pathWhenActivated
251 if jniLibSymbols := app.JNISymbolsInstalls(modulePath); len(jniLibSymbols) > 0 {
/build/blueprint/
Dname_interface.go84 modulePath string member
92 return ctx.modulePath
/build/soong/cc/
Dcompiler.go300 modulePath := android.PathForModuleSrc(ctx).String()
340 flags.Local.CommonFlags = append(flags.Local.CommonFlags, "-I"+modulePath)
341 flags.Local.YasmFlags = append(flags.Local.YasmFlags, "-I"+modulePath)
447 if isThirdParty(modulePath) {
512 if strings.HasPrefix(modulePath, "external/") {