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

/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.h37 int currentDirLength(const WCHAR* path, int pathlen);
H A Dio_util_md.c95 currentDirLength(const WCHAR* ps, int pathlen) { function
196 int dirlen = currentDirLength(ps, pathlen);
H A DWinNTFileSystem_md.c250 len += currentDirLength(path, len);

Completed in 42 milliseconds