Home | History | Annotate | Download | only in android

Lines Matching defs:basePath

301 type basePath struct {
307 func (p basePath) Ext() string {
311 func (p basePath) Base() string {
315 func (p basePath) Rel() string {
324 basePath
333 ret := SourcePath{basePath{p, pathConfig(ctx), ""}}
358 ret := SourcePath{basePath{p, pathConfig(ctx), ""}}
393 path := SourcePath{basePath{p, pathConfig(ctx), ""}}
493 basePath
503 return OutputPath{basePath{path, pathConfig(ctx), ""}}
545 path.basePath.rel = p
739 basePath
748 return testPath{basePath{path: p, rel: p}}