Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go777 type OutputPath struct { struct
778 basePath
781 func (p OutputPath) withRel(rel string) OutputPath {
786 func (p OutputPath) WithoutRel() OutputPath {
813 func (p OutputPath) writablePath() {}
815 func (p OutputPath) String() string {
819 func (p OutputPath) RelPathString() string {
825 func (p OutputPath) Join(ctx PathContext, paths ...string) OutputPath {
834 func (p OutputPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {
844 func (p OutputPath) InSameDir(ctx PathContext, paths ...string) OutputPath {
[all …]
Dnotices.go56 func BuildNoticeOutput(ctx ModuleContext, installPath OutputPath, installFilename string,
Dhooks.go104 func (x *hooks) runInstallHooks(ctx ModuleContext, path OutputPath, symlink bool) {
Dmodule.go123 InstallExecutable(installPath OutputPath, name string, srcPath Path, deps ...Path) OutputPath
124 InstallFile(installPath OutputPath, name string, srcPath Path, deps ...Path) OutputPath
125 InstallSymlink(installPath OutputPath, name string, srcPath OutputPath) OutputPath
126 InstallAbsoluteSymlink(installPath OutputPath, name string, absPath string) OutputPath
/build/soong/java/
Ddexpreopt.go90 func odexOnSystemOther(ctx android.ModuleContext, installPath android.OutputPath) bool {