Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1582 type InstallPath struct { struct
1583 basePath
1586 soongOutDir string
1590 partitionDir string
1592 partition string
1595 makePath bool
1606 func (p InstallPath) RelativeToTop() Path {
1612 func (p InstallPath) getSoongOutDir() string {
1616 func (p InstallPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {
1623 func (p InstallPath) writablePath() {}
[all …]
Dhooks.go178 func (x *hooks) runInstallHooks(ctx ModuleContext, srcPath Path, path InstallPath, symlink bool) {
Dmodule.go413 InstallExecutable(installPath InstallPath, name string, srcPath Path, deps ...Path) InstallPath
422 InstallFile(installPath InstallPath, name string, srcPath Path, deps ...Path) InstallPath
432 …InstallFileWithExtraFilesZip(installPath InstallPath, name string, srcPath Path, extraZip Path, de…
441 InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) InstallPath
450 InstallAbsoluteSymlink(installPath InstallPath, name string, absPath string) InstallPath
459 PackageFile(installPath InstallPath, name string, srcPath Path) PackagingSpec
/build/soong/provenance/
Dprovenance_singleton.go102 …aData(ctx android.ModuleContext, artifactPath android.Path, installedFile android.InstallPath) and…
/build/blueprint/bootstrap/
Dbootstrap.go151 InstallPath() string methodSpec
383 func (g *goBinary) InstallPath() string { func