Searched refs:modulePath (Results 1 – 6 of 6) 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 | 156 modulePath string 165 t.Run("path="+tc.modulePath, func(t *testing.T) { 170 android.FixtureAddTextFile(tc.modulePath+"Android.bp", bp),
|
/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 | 156 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/ |
D | name_interface.go | 84 modulePath string member 92 return ctx.modulePath
|
/build/soong/cc/ |
D | compiler.go | 300 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/") {
|