Home
last modified time | relevance | path

Searched refs:GetDrive (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dpathutils.cc228 bool Pathname::GetDrive(char* drive, uint32_t bytes) const { in GetDrive() function in rtc::Pathname
229 return GetDrive(drive, bytes, folder_); in GetDrive()
233 bool Pathname::GetDrive(char* drive, in GetDrive() function in rtc::Pathname
Dpathutils.h95 bool GetDrive(char* drive, uint32_t bytes) const;
96 static bool GetDrive(char* drive,
Dwin32filesystem.cc390 if (path.GetDrive(drive, sizeof(drive))) { in GetDiskFreeSpace()