OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDrive
(Results
1 - 6
of
6
) 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))) {
/external/chromium_org/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 237 milliseconds