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

  /external/chromium_org/third_party/webrtc/base/
pathutils.h 95 bool GetDrive(char *drive, uint32 bytes) const;
96 static bool GetDrive(char *drive, uint32 bytes,const std::string& pathname);
pathutils.cc 228 bool Pathname::GetDrive(char *drive, uint32 bytes) const {
229 return GetDrive(drive, bytes, folder_);
233 bool Pathname::GetDrive(char *drive, uint32 bytes,
win32filesystem.cc 388 if (path.GetDrive(drive, sizeof(drive))) {

Completed in 2654 milliseconds