Searched refs:modulePath (Results 1 – 3 of 3) sorted by relevance
84 modulePath string member92 return ctx.modulePath
116 var modulePath string119 modulePath = filepath.Join(a.installDir.ToMakePath().String(), apexBundleName, fi.installDir)120 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", modulePath)132 modulePath = pathWhenActivated199 if jniLibSymbols := app.JNISymbolsInstalls(modulePath); len(jniLibSymbols) > 0 {
258 modulePath := android.PathForModuleSrc(ctx).String()296 flags.Local.CommonFlags = append(flags.Local.CommonFlags, "-I"+modulePath)297 flags.Local.YasmFlags = append(flags.Local.YasmFlags, "-I"+modulePath)396 if isThirdParty(modulePath) {453 if strings.HasPrefix(modulePath, "external/") {