HomeSort by relevance Sort by last modified time
    Searched defs:GetSystemDirectory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 160 bool GetSystemDirectory(base::string16* path);
208 if (!GetSystemDirectory(&system_directory)) {
616 bool GetSystemDirectory(base::string16* path) {
619 int buffer_size = ::GetSystemDirectory(NULL, 0);
626 int characters_written = ::GetSystemDirectory(buffer.get(), buffer_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 2104 milliseconds