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

/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.c165 int max_path = 248; /* CreateDirectoryW() has the limit of 248 */ local
174 if (pathlen > max_path - 1) {
184 its absolute form is bigger than max_path or not, if yes
190 to take if we want to support relative path beyond max_path.
197 if (dirlen + pathlen + 1 > max_path - 1) {

Completed in 780 milliseconds