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

/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp557 char* first_colon = strchr((char *)path, ':'); local
558 if (first_colon == NULL) {
565 size_t len = (size_t)(first_colon - path);

Completed in 42 milliseconds