Home
last modified time | relevance | path

Searched refs:moduleDir (Results 1 – 22 of 22) sorted by relevance

/aosp12/build/soong/android/
H A Dbazel_paths.go193 moduleDir := ctx.ModuleDir()
194 if strings.HasPrefix(moduleDir, ".") {
195 moduleDir = moduleDir[1:]
198 if moduleDir == "" {
201 newLabel = "//" + moduleDir + "/" + newLabel
335 moduleDir := ctx.OtherModuleDir(module)
336 return fmt.Sprintf("//%s:%s", moduleDir, moduleName)
H A Dmakefile_goal.go83 func(w io.Writer, name, prefix, moduleDir string) {
H A Dandroidmk.go73 Custom func(w io.Writer, name, prefix, moduleDir string, data AndroidMkData)
166 type AndroidMkExtraFootersFunc func(w io.Writer, name, prefix, moduleDir string)
H A Dandroidmk_test.go96 Custom: func(w io.Writer, name, prefix, moduleDir string, data AndroidMkData) {
/aosp12/build/soong/apex/
H A Dandroidmk.go76 func (a *apexBundle) androidMkForFiles(w io.Writer, apexBundleName, apexName, moduleDir string,
145 if fi.moduleDir != "" {
146 fmt.Fprintln(w, "LOCAL_PATH :=", fi.moduleDir)
148 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir)
355 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
360 moduleNames = a.androidMkForFiles(w, name, apexName, moduleDir, data)
366 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir)
377 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir)
H A Dprebuilt.go178 moduleDir: ctx.OtherModuleDir(child),
260 func(w io.Writer, name, prefix, moduleDir string) {
H A Dapex.go454 moduleDir string // becomes LOCAL_PATH member
485 ret.moduleDir = ctx.OtherModuleDir(module)
/aosp12/build/soong/phony/
H A Dphony.go51 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
53 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir)
/aosp12/build/soong/bpf/
H A Dbpf.go119 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
122 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir)
/aosp12/build/soong/cc/
H A Dvendor_snapshot.go463 moduleDir := ctx.ModuleDir(module)
464 inProprietaryPath := c.image.isProprietaryPath(moduleDir, ctx.DeviceConfig())
471 …dor proprietary path %q may not use \"exclude_from_vendor_snapshot: true\"", m.String(), moduleDir)
H A Dandroidmk.go133 func(w io.Writer, name, prefix, moduleDir string) {
319 func(w io.Writer, name, prefix, moduleDir string) {
570 func(w io.Writer, name, prefix, moduleDir string) {
/aosp12/build/soong/java/
H A Dhiddenapi_singleton_test.go224 func generateDexPath(moduleDir string, module string) string {
225 return generateDexedPath(filepath.Join(moduleDir, module), "dex", module)
H A Dandroidmk.go284 func(w io.Writer, name, prefix, moduleDir string) {
306 func(w io.Writer, name, prefix, moduleDir string) {
413 func(w io.Writer, name, prefix, moduleDir string) {
570 func(w io.Writer, name, prefix, moduleDir string) {
H A Dsystem_modules.go185 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
H A Drobolectric.go275 func(w io.Writer, name, prefix, moduleDir string) {
/aosp12/system/tools/aidl/build/
H A Daidl_mapping.go83 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
H A Daidl_api.go153 moduleDir := android.PathForModuleSrc(ctx).String()
154 targetDir := filepath.Join(moduleDir, m.apiDir(), version)
423 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
/aosp12/packages/modules/Gki/build/
H A Dprebuilt.go121 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
/aosp12/system/sepolicy/build/soong/
H A Dselinux_contexts.go219 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
225 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir)
/aosp12/build/soong/sdk/
H A Dsdk.go335 func(w io.Writer, name, prefix, moduleDir string) {
/aosp12/build/soong/sysprop/
H A Dsysprop_library.go331 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
/aosp12/build/soong/genrule/
H A Dgenrule.go590 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {