Searched refs:absPath (Results 1 – 1 of 1) sorted by relevance
196 auto absPath = SmallBuffer!wchar(bufferLength, absBuf); in version() local198 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()