HomeSort by relevance Sort by last modified time
    Searched refs:GetDrive (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/base/
pathutils.h 95 bool GetDrive(char* drive, uint32_t bytes) const;
96 static bool GetDrive(char* drive,
pathutils.cc 228 bool Pathname::GetDrive(char* drive, uint32_t bytes) const {
229 return GetDrive(drive, bytes, folder_);
233 bool Pathname::GetDrive(char* drive,
win32filesystem.cc 390 if (path.GetDrive(drive, sizeof(drive))) {

Completed in 70 milliseconds