Searched defs:InstallPath (Results 1 – 6 of 6) sorted by relevance
/aosp12/build/soong/android/ |
H A D | notices.go | 63 func BuildNoticeOutput(ctx ModuleContext, installPath InstallPath, installFilename string,
|
H A D | hooks.go | 157 func (x *hooks) runInstallHooks(ctx ModuleContext, srcPath Path, path InstallPath, symlink bool) {
|
H A D | paths.go | 1508 type InstallPath struct { struct 1509 basePath 1512 buildDir string 1516 partitionDir string 1519 makePath bool 1675 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string {
|
H A D | module.go | 2654 func (m *moduleContext) InstallFile(installPath InstallPath, name string, srcPath Path, 2659 func (m *moduleContext) InstallExecutable(installPath InstallPath, name string, srcPath Path, 2664 func (m *moduleContext) PackageFile(installPath InstallPath, name string, srcPath Path) PackagingSp… 2669 func (m *moduleContext) packageFile(fullInstallPath InstallPath, srcPath Path, executable bool) Pac… 2680 func (m *moduleContext) installFile(installPath InstallPath, name string, srcPath Path, deps []Path… 2723 func (m *moduleContext) InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) I… 2760 func (m *moduleContext) InstallAbsoluteSymlink(installPath InstallPath, name string, absPath string…
|
/aosp12/build/soong/java/ |
H A D | dexpreopt.go | 121 func odexOnSystemOther(ctx android.ModuleContext, installPath android.InstallPath) bool {
|
/aosp12/build/blueprint/bootstrap/ |
H A D | bootstrap.go | 422 func (g *goBinary) InstallPath() string { func
|