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

  /external/qemu/android/utils/
mapfile.c 38 DWORD win32_disposition = OPEN_EXISTING; local
62 win32_disposition = CREATE_NEW;
64 win32_disposition = OPEN_ALWAYS;
69 win32_disposition = OPEN_EXISTING;
83 NULL, win32_disposition, win32_flags, NULL);
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 38 DWORD win32_disposition = OPEN_EXISTING; local
62 win32_disposition = CREATE_NEW;
64 win32_disposition = OPEN_ALWAYS;
69 win32_disposition = OPEN_EXISTING;
83 NULL, win32_disposition, win32_flags, NULL);

Completed in 276 milliseconds