GetSystemDirectory   81 base/base_paths_win.cc       GetSystemDirectory(system_buffer, MAX_PATH);
GetSystemDirectory  159 content/browser/geolocation/wifi_data_provider_win.cc bool GetSystemDirectory(base::string16* path);
GetSystemDirectory  207 content/browser/geolocation/wifi_data_provider_win.cc   if (!GetSystemDirectory(&system_directory)) {
GetSystemDirectory  618 content/browser/geolocation/wifi_data_provider_win.cc   int buffer_size = ::GetSystemDirectory(NULL, 0);
GetSystemDirectory  625 content/browser/geolocation/wifi_data_provider_win.cc   int characters_written = ::GetSystemDirectory(buffer.get(), buffer_size);
GetSystemDirectory   74 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c   if(GetSystemDirectory(QuserExDLLPathBuf, sizeof(QuserExDLLPathBuf)))
GetSystemDirectory   83 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c   if(GetSystemDirectory(QuserExDLLPathBuf, sizeof(QuserExDLLPathBuf)) &&
GetSystemDirectory  351 net/dns/dns_config_service_win.cc   UINT rc = GetSystemDirectory(buffer, MAX_PATH);