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

/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp547 char root_path[MAX_PATH]; local
567 strncpy(root_path, path, len + 1);
568 root_path[len + 1] = '\\';
569 root_path[len + 2] = '\0';
572 assert(strlen(root_path) >= 3, "device specifier too short");
573 assert(strchr(root_path, ':') != NULL, "bad device specifier format");
574 assert(strchr(root_path, '\\') != NULL, "bad device specifier format");
579 if (!GetVolumeInformation(root_path, NULL, 0, NULL, &maxpath,
585 root_path, path, GetLastError());
594 " ACLs\n", fs_type, root_path);
[all...]

Completed in 34 milliseconds