Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dpaths.go2275 type PhonyPath struct { struct
2276 basePath
2279 func (p PhonyPath) writablePath() {}
2281 func (p PhonyPath) getSoongOutDir() string {
2286 func (p PhonyPath) RelativeToTop() Path {
2293 func (p PhonyPath) WithoutRel() Path {
2298 func (p PhonyPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {