Searched refs:moduleDir (Results 1 – 16 of 16) sorted by relevance
/build/soong/android/ |
D | bazel_paths.go | 193 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)
|
D | makefile_goal.go | 83 func(w io.Writer, name, prefix, moduleDir string) {
|
D | androidmk.go | 73 Custom func(w io.Writer, name, prefix, moduleDir string, data AndroidMkData) 166 type AndroidMkExtraFootersFunc func(w io.Writer, name, prefix, moduleDir string)
|
/build/soong/phony/ |
D | phony.go | 51 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) { 53 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir)
|
/build/soong/apex/ |
D | androidmk.go | 76 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)
|
D | apex.go | 454 moduleDir string // becomes LOCAL_PATH member 485 ret.moduleDir = ctx.OtherModuleDir(module)
|
/build/soong/bpf/ |
D | bpf.go | 119 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) { 122 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir)
|
/build/soong/java/ |
D | hiddenapi_singleton_test.go | 224 func generateDexPath(moduleDir string, module string) string { 225 return generateDexedPath(filepath.Join(moduleDir, module), "dex", module)
|
D | androidmk.go | 284 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) {
|
D | system_modules.go | 185 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
D | robolectric.go | 275 func(w io.Writer, name, prefix, moduleDir string) {
|
/build/soong/cc/ |
D | vendor_snapshot.go | 463 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)
|
D | androidmk.go | 133 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) {
|
/build/soong/sdk/ |
D | sdk.go | 335 func(w io.Writer, name, prefix, moduleDir string) {
|
/build/soong/sysprop/ |
D | sysprop_library.go | 331 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/genrule/ |
D | genrule.go | 590 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|