Searched refs:OutputPath (Results 1 – 3 of 3) sorted by relevance
/build/soong/common/ |
D | paths.go | 460 type OutputPath struct { struct 464 var _ Path = OutputPath{} 470 func PathForOutput(ctx PathContext, paths ...string) OutputPath { 472 return OutputPath{basePath{path, pathConfig(ctx)}} 475 func (p OutputPath) writablePath() {} argument 477 func (p OutputPath) String() string { argument 481 func (p OutputPath) RelPathString() string { argument 487 func (p OutputPath) Join(ctx PathContext, paths ...string) OutputPath { argument 494 func PathForIntermediates(ctx PathContext, paths ...string) OutputPath { 546 OutputPath anonMember [all …]
|
D | module.go | 79 InstallFile(installPath OutputPath, srcPath Path, deps ...Path) OutputPath argument 80 InstallFileName(installPath OutputPath, name string, srcPath Path, deps ...Path) OutputPath argument 533 func (a *androidModuleContext) InstallFileName(installPath OutputPath, name string, srcPath Path, 534 deps ...Path) OutputPath { 555 … (a *androidModuleContext) InstallFile(installPath OutputPath, srcPath Path, deps ...Path) OutputP…
|
/build/soong/cc/ |
D | cc.go | 1198 path common.OutputPath
|