Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1608 type InstallPath struct { struct
1609 basePath
1612 soongOutDir string
1616 partitionDir string
1618 partition string
1621 makePath bool
1632 func (p InstallPath) RelativeToTop() Path {
1638 func (p InstallPath) getSoongOutDir() string {
1642 func (p InstallPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {
1649 func (p InstallPath) writablePath() {}
[all …]
Dhooks.go165 func (x *hooks) runInstallHooks(ctx ModuleContext, srcPath Path, path InstallPath, symlink bool) {
Dmodule.go379 InstallExecutable(installPath InstallPath, name string, srcPath Path, deps ...Path) InstallPath
388 InstallFile(installPath InstallPath, name string, srcPath Path, deps ...Path) InstallPath
398 …InstallFileWithExtraFilesZip(installPath InstallPath, name string, srcPath Path, extraZip Path, de…
407 InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) InstallPath
416 InstallAbsoluteSymlink(installPath InstallPath, name string, absPath string) InstallPath
425 PackageFile(installPath InstallPath, name string, srcPath Path) PackagingSpec
/build/soong/provenance/
Dprovenance_singleton.go101 …aData(ctx android.ModuleContext, artifactPath android.Path, installedFile android.InstallPath) and…
/build/blueprint/bootstrap/
Dbootstrap.go158 InstallPath() string methodSpec
390 func (g *goBinary) InstallPath() string { func