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

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp555 char* first_colon = strchr((char *)path, ':'); local
556 if (first_colon == NULL) {
563 size_t len = (size_t)(first_colon - path);

Completed in 53 milliseconds