Home
last modified time | relevance | path

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

/build/soong/android/
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)
Dmakefile_goal.go83 func(w io.Writer, name, prefix, moduleDir string) {
Dandroidmk.go73 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/
Dphony.go51 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
53 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir)
/build/soong/apex/
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)
Dapex.go454 moduleDir string // becomes LOCAL_PATH member
485 ret.moduleDir = ctx.OtherModuleDir(module)
/build/soong/bpf/
Dbpf.go119 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
122 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir)
/build/soong/java/
Dhiddenapi_singleton_test.go224 func generateDexPath(moduleDir string, module string) string {
225 return generateDexedPath(filepath.Join(moduleDir, module), "dex", module)
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) {
Dsystem_modules.go185 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
Drobolectric.go275 func(w io.Writer, name, prefix, moduleDir string) {
/build/soong/cc/
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)
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) {
/build/soong/sdk/
Dsdk.go335 func(w io.Writer, name, prefix, moduleDir string) {
/build/soong/sysprop/
Dsysprop_library.go331 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
/build/soong/genrule/
Dgenrule.go590 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {