Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go2256 type PhonyPath struct { struct
2257 basePath
2260 func (p PhonyPath) writablePath() {}
2262 func (p PhonyPath) getSoongOutDir() string {
2267 func (p PhonyPath) RelativeToTop() Path {
2274 func (p PhonyPath) WithoutRel() Path {
2279 func (p PhonyPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {