< prev index next >

src/hotspot/os/windows/os_windows.cpp

Print this page

        

*** 4542,4551 **** --- 4542,4554 ---- // sometimes rejects '/') and removing redundant separators. The input path is // assumed to have been converted into the character encoding used by the local // system. Because this might be a double-byte encoding, care is taken to // treat double-byte lead characters correctly. // + // On Posix platforms, this function is a noop; it just returns the + // input argument unchanged. + // // This procedure modifies the given path in place, as the result is never // longer than the original. There is no error return; this operation always // succeeds. char * os::native_path(char *path) { char *src = path, *dst = path, *end = path;
< prev index next >