Home | History | Annotate | Download | only in android

Lines Matching defs:testPath

1183 type testPath struct {
1187 func (p testPath) String() string {
1192 testPath
1195 func (p testPath) writablePath() {}
1204 return testPath{basePath{path: p, rel: p}}
1224 return testWritablePath{testPath{basePath{path: p, rel: p}}}