Searched defs:InstallPath (Results 1 – 6 of 6) sorted by relevance
/build/soong/android/ |
D | paths.go | 1508 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 …]
|
D | notices.go | 63 func BuildNoticeOutput(ctx ModuleContext, installPath InstallPath, installFilename string,
|
D | hooks.go | 157 func (x *hooks) runInstallHooks(ctx ModuleContext, srcPath Path, path InstallPath, symlink bool) {
|
D | module.go | 358 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/ |
D | dexpreopt.go | 121 func odexOnSystemOther(ctx android.ModuleContext, installPath android.InstallPath) bool {
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 175 InstallPath() string methodSpec 422 func (g *goBinary) InstallPath() string { func
|