OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDrive
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
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,
/external/chromium_org/third_party/libjingle/source/talk/base/
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,
Completed in 72 milliseconds