Home
last modified time | relevance | path

Searched refs:ToMakePath (Results 1 – 13 of 13) sorted by relevance

/build/soong/apex/
Dandroidmk.go72 linkPath := filepath.Join(a.installDir.ToMakePath().String(), apexBundleName, fi.Path())
116 modulePath = filepath.Join(a.installDir.ToMakePath().String(), apexBundleName, fi.installDir)
314 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", a.installDir.ToMakePath().String())
344 filepath.Join(a.installDir.ToMakePath().String(), a.prebuiltFileToDelete))
Dprebuilt.go235 entries.SetString("LOCAL_MODULE_PATH", p.installDir.ToMakePath().String())
355 entries.SetString("LOCAL_MODULE_PATH", a.installDir.ToMakePath().String())
/build/soong/android/
Dtest_suites.go63 testCasesDir := pathForInstall(ctx, BuildOs, "testcases", false).ToMakePath()
Dpaths.go1272 func (p InstallPath) ToMakePath() InstallPath { func
1289 ret = ret.ToMakePath()
/build/soong/python/
Dandroidmk.go90 path, file := filepath.Split(installer.path.ToMakePath().String())
/build/soong/java/
Dplatform_compat_config.go135 entries.SetString("LOCAL_MODULE_PATH", p.installDirPath.ToMakePath().String())
Dandroidmk.go715 entries.SetPath("LOCAL_MODULE_PATH", r.installDir.ToMakePath())
Dsdk_library.go2138 entries.SetString("LOCAL_MODULE_PATH", module.installDirPath.ToMakePath().String())
Dapp.go615 a.installPathForJNISymbols = a.installPath(ctx).ToMakePath()
/build/soong/cc/
Dandroidmk.go451 path, file := filepath.Split(installer.path.ToMakePath().String())
498 path, file := filepath.Split(c.path.ToMakePath().String())
531 path, file := filepath.Split(c.path.ToMakePath().String())
/build/soong/rust/
Dandroidmk.go187 path, file := filepath.Split(compiler.path.ToMakePath().String())
/build/soong/etc/
Dprebuilt_etc.go226 entries.SetString("LOCAL_MODULE_PATH", p.installDirPath.ToMakePath().String())
/build/soong/sh/
Dsh_binary.go240 entries.SetPath("LOCAL_MODULE_PATH", s.installDir.ToMakePath())