OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_drive
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc
404
const wchar_t*
target_drive
= NULL;
local
407
target_drive
= drive16.c_str();
418
UINT driveType = ::GetDriveType(
target_drive
);
429
if (::GetDiskFreeSpaceEx(
target_drive
,
/external/chromium_org/third_party/libjingle/source/talk/base/
win32filesystem.cc
404
const wchar_t*
target_drive
= NULL;
local
407
target_drive
= drive16.c_str();
418
UINT driveType = ::GetDriveType(
target_drive
);
429
if (::GetDiskFreeSpaceEx(
target_drive
,
Completed in 312 milliseconds