Home
last modified time | relevance | path

Searched defs:InstallPath (Results 1 – 6 of 6) sorted by relevance

/build/soong/android/
Dpaths.go1508 type InstallPath struct { struct
1509 basePath
1512 buildDir string
1516 partitionDir string
1519 makePath bool
1530 func (p InstallPath) RelativeToTop() Path {
1536 func (p InstallPath) getBuildDir() string {
1540 func (p InstallPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {
1547 func (p InstallPath) writablePath() {}
1549 func (p InstallPath) String() string {
[all …]
Dnotices.go63 func BuildNoticeOutput(ctx ModuleContext, installPath InstallPath, installFilename string,
Dhooks.go157 func (x *hooks) runInstallHooks(ctx ModuleContext, srcPath Path, path InstallPath, symlink bool) {
Dmodule.go358 InstallExecutable(installPath InstallPath, name string, srcPath Path, deps ...Path) InstallPath
367 InstallFile(installPath InstallPath, name string, srcPath Path, deps ...Path) InstallPath
376 InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) InstallPath
385 InstallAbsoluteSymlink(installPath InstallPath, name string, absPath string) InstallPath
394 PackageFile(installPath InstallPath, name string, srcPath Path) PackagingSpec
/build/soong/java/
Ddexpreopt.go121 func odexOnSystemOther(ctx android.ModuleContext, installPath android.InstallPath) bool {
/build/blueprint/bootstrap/
Dbootstrap.go175 InstallPath() string methodSpec
422 func (g *goBinary) InstallPath() string { func