Searched refs:ToMakePath (Results 1 – 13 of 13) sorted by relevance
/build/soong/apex/ |
D | androidmk.go | 72 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))
|
D | prebuilt.go | 235 entries.SetString("LOCAL_MODULE_PATH", p.installDir.ToMakePath().String()) 355 entries.SetString("LOCAL_MODULE_PATH", a.installDir.ToMakePath().String())
|
/build/soong/android/ |
D | test_suites.go | 63 testCasesDir := pathForInstall(ctx, BuildOs, "testcases", false).ToMakePath()
|
D | paths.go | 1272 func (p InstallPath) ToMakePath() InstallPath { func 1289 ret = ret.ToMakePath()
|
/build/soong/python/ |
D | androidmk.go | 90 path, file := filepath.Split(installer.path.ToMakePath().String())
|
/build/soong/java/ |
D | platform_compat_config.go | 135 entries.SetString("LOCAL_MODULE_PATH", p.installDirPath.ToMakePath().String())
|
D | androidmk.go | 715 entries.SetPath("LOCAL_MODULE_PATH", r.installDir.ToMakePath())
|
D | sdk_library.go | 2138 entries.SetString("LOCAL_MODULE_PATH", module.installDirPath.ToMakePath().String())
|
D | app.go | 615 a.installPathForJNISymbols = a.installPath(ctx).ToMakePath()
|
/build/soong/cc/ |
D | androidmk.go | 451 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/ |
D | androidmk.go | 187 path, file := filepath.Split(compiler.path.ToMakePath().String())
|
/build/soong/etc/ |
D | prebuilt_etc.go | 226 entries.SetString("LOCAL_MODULE_PATH", p.installDirPath.ToMakePath().String())
|
/build/soong/sh/ |
D | sh_binary.go | 240 entries.SetPath("LOCAL_MODULE_PATH", s.installDir.ToMakePath())
|