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

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp545 char root_path[MAX_PATH]; local
565 strncpy(root_path, path, len + 1);
566 root_path[len + 1] = '\\';
567 root_path[len + 2] = '\0';
570 assert(strlen(root_path) >= 3, "device specifier too short");
571 assert(strchr(root_path, ':') != NULL, "bad device specifier format");
572 assert(strchr(root_path, '\\') != NULL, "bad device specifier format");
577 if (!GetVolumeInformation(root_path, NULL, 0, NULL, &maxpath,
583 root_path, path, GetLastError());
592 " ACLs\n", fs_type, root_path);
[all...]

Completed in 32 milliseconds