Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
H A Dfile_util_win.cc652 char16_t volume_path[MAX_PATH]; in GetMaximumPathComponentLength() local
654 ToWCharT(volume_path), std::size(volume_path))) { in GetMaximumPathComponentLength()
659 if (!GetVolumeInformationW(ToWCharT(volume_path), NULL, 0, NULL, &max_length, in GetMaximumPathComponentLength()
/third_party/python/Lib/test/
H A Dtest_ntpath.py872 volume_path = nt._getvolumepathname(path)
874 volume_path_drive = ntpath.splitdrive(volume_path)[0]

Completed in 4 milliseconds