Searched refs:GetDrive (Results 1 – 3 of 3) sorted by relevance
228 bool Pathname::GetDrive(char* drive, uint32_t bytes) const { in GetDrive() function in rtc::Pathname229 return GetDrive(drive, bytes, folder_); in GetDrive()233 bool Pathname::GetDrive(char* drive, in GetDrive() function in rtc::Pathname
95 bool GetDrive(char* drive, uint32_t bytes) const;96 static bool GetDrive(char* drive,
390 if (path.GetDrive(drive, sizeof(drive))) { in GetDiskFreeSpace()