HomeSort by relevance Sort by last modified time
    Searched refs:MODULEENTRY32 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.h 200 // MODULEENTRY32. Tlhelp32.h #defines the W variant, but not the A.
204 # ifdef MODULEENTRY32 // Alias of W
205 # undef MODULEENTRY32
206 MODULEENTRY32 module_; // info about current dll (and dll iterator)
207 # define MODULEENTRY32 MODULEENTRY32W
209 MODULEENTRY32 module_; // info about current dll (and dll iterator)
sysinfo.cc 69 #ifdef MODULEENTRY32
71 // MODULEENTRY32. Tlhelp32.h #defines the W variant, but not the A.
72 // In unicode mode, tlhelp32.h #defines MODULEENTRY32 to be
75 #undef MODULEENTRY32
80 #endif /* MODULEENTRY32 */
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.h 200 // MODULEENTRY32. Tlhelp32.h #defines the W variant, but not the A.
204 # ifdef MODULEENTRY32 // Alias of W
205 # undef MODULEENTRY32
206 MODULEENTRY32 module_; // info about current dll (and dll iterator)
207 # define MODULEENTRY32 MODULEENTRY32W
209 MODULEENTRY32 module_; // info about current dll (and dll iterator)
sysinfo.cc 64 #ifdef MODULEENTRY32
66 // MODULEENTRY32. Tlhelp32.h #defines the W variant, but not the A.
67 // In unicode mode, tlhelp32.h #defines MODULEENTRY32 to be
70 #undef MODULEENTRY32
75 #endif /* MODULEENTRY32 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tlhelp32.h 150 } MODULEENTRY32;
151 typedef MODULEENTRY32 *PMODULEENTRY32;
152 typedef MODULEENTRY32 *LPMODULEENTRY32;
160 #define MODULEENTRY32 MODULEENTRY32W
  /external/chromium_org/third_party/webrtc/base/
win32toolhelp.h 147 typedef MODULEENTRY32 Type;
  /external/openssl/crypto/rand/
rand_win.c 465 MODULEENTRY32 m;
593 /* MODULEENTRY32 contains 9 fields that will change
597 m.dwSize = sizeof(MODULEENTRY32);
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 505 MODULEENTRY32 module = { sizeof(module) };
    [all...]

Completed in 1189 milliseconds