OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSystemDirectory
(Results
1 - 7
of
7
) sorted by null
/development/host/windows/usb/api/
AdbWinApi.cpp
67
if (!
GetSystemDirectory
(path_to_winusb_dll, MAX_PATH)) {
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_win32_attach_detach_np.c
74
if(
GetSystemDirectory
(QuserExDLLPathBuf, sizeof(QuserExDLLPathBuf)))
83
if(
GetSystemDirectory
(QuserExDLLPathBuf, sizeof(QuserExDLLPathBuf)) &&
/external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc
158
bool
GetSystemDirectory
(string16* path);
207
if (!
GetSystemDirectory
(&system_directory)) {
614
bool
GetSystemDirectory
(string16* path) {
617
int buffer_size = ::
GetSystemDirectory
(NULL, 0);
624
int characters_written = ::
GetSystemDirectory
(buffer.get(), buffer_size);
/external/chromium/base/
base_paths_win.cc
49
GetSystemDirectory
(system_buffer, MAX_PATH);
/external/chromium_org/base/
base_paths_win.cc
81
GetSystemDirectory
(system_buffer, MAX_PATH);
/external/chromium_org/net/dns/
dns_config_service_win.cc
337
UINT rc =
GetSystemDirectory
(buffer, MAX_PATH);
/external/lzma/CPP/Windows/
FileDir.cpp
52
UINT needLength = ::
GetSystemDirectory
(path.GetBuffer(MAX_PATH + 1), MAX_PATH + 1);
Completed in 749 milliseconds