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

/external/chromium_org/third_party/webrtc/base/
H A Dpathutils.cc228 bool Pathname::GetDrive(char *drive, uint32 bytes) const { function in class:rtc::Pathname
229 return GetDrive(drive, bytes, folder_);
233 bool Pathname::GetDrive(char *drive, uint32 bytes, function in class:rtc::Pathname

Completed in 40 milliseconds