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

/openjdk7/jdk/src/windows/native/java/io/
H A DWinNTFileSystem_md.c612 WCHAR *search_path; local
623 search_path = (WCHAR*)malloc(2*wcslen(pathbuf) + 6);
624 if (search_path == 0) {
629 wcscpy(search_path, pathbuf);
631 fattr = GetFileAttributesW(search_path);
633 free(search_path);
636 free(search_path);
641 len = (int)wcslen(search_path);
642 while (search_path[len-1] == ' ') {
645 search_path[le
[all...]

Completed in 31 milliseconds