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

/openjdk9/jdk/src/java.base/windows/native/libjava/
H A DWinNTFileSystem_md.c622 WCHAR *search_path; local
638 search_path = (WCHAR*)malloc(2*wcslen(pathbuf) + 6);
639 if (search_path == 0) {
645 wcscpy(search_path, pathbuf);
647 fattr = GetFileAttributesW(search_path);
649 free(search_path);
652 free(search_path);
657 len = (int)wcslen(search_path);
658 while (search_path[len-1] == L' ') {
661 search_path[le
[all...]

Completed in 35 milliseconds