Home
last modified time | relevance | path

Searched refs:absPath (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Dstring.d196 auto absPath = SmallBuffer!wchar(bufferLength, absBuf); in version() local
198 absPath[0 .. prefixLength] = prefix[0 .. prefixLength]; in version()
201 cast(uint)(absPath.length - prefixLength - 1), in version()
202 &absPath[prefixLength], in version()
205 if (absPathRet == 0 || absPathRet > absPath.length - prefixLength) in version()
210 absPath[$ - 1] = '\0'; in version()
212 return F(absPath[0 .. $ - 1]); in version()