Lines Matching defs:OutputPath
1226 type OutputPath struct { struct
1227 basePath
1230 soongOutDir string
1232 fullPath string
1235 func (p OutputPath) withRel(rel string) OutputPath {
1241 func (p OutputPath) WithoutRel() OutputPath {
1246 func (p OutputPath) getSoongOutDir() string {
1250 func (p OutputPath) RelativeToTop() Path {
1254 func (p OutputPath) outputPathRelativeToTop() OutputPath {
1260 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1311 func (p OutputPath) writablePath() {}
1313 func (p OutputPath) String() string {
1319 func (p OutputPath) Join(ctx PathContext, paths ...string) OutputPath {
1328 func (p OutputPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {
1338 func (p OutputPath) InSameDir(ctx PathContext, paths ...string) OutputPath {
1453 OutputPath anonMember