Searched refs:abpathlen (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.c127 The "abpathlen" is the size of the buffer needed by _wfullpath. If the
132 WCHAR* prefixAbpath(const WCHAR* path, int pathlen, int abpathlen) { argument
136 abpathlen += 10; //padding
137 abpath = (WCHAR*)malloc(abpathlen * sizeof(WCHAR));
142 if (_wfullpath(abpath, path, abpathlen)) {
143 pathbuf = getPrefixed(abpath, abpathlen);

Completed in 65 milliseconds