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

  /external/chromium/third_party/libjingle/source/talk/base/
pathutils.h 112 bool GetDrive(char *drive, uint32 bytes) const;
113 static bool GetDrive(char *drive, uint32 bytes,const std::string& pathname);
pathutils.cc 245 bool Pathname::GetDrive(char *drive, uint32 bytes) const {
246 return GetDrive(drive, bytes, folder_);
250 bool Pathname::GetDrive(char *drive, uint32 bytes,
win32filesystem.cc 405 if (path.GetDrive(drive, sizeof(drive))) {

Completed in 261 milliseconds