Searched refs:win32_disposition (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/utils/
H A Dmapfile.c40 DWORD win32_disposition = OPEN_EXISTING; local
64 win32_disposition = CREATE_NEW;
66 win32_disposition = OPEN_ALWAYS;
71 win32_disposition = OPEN_EXISTING;
85 NULL, win32_disposition, win32_flags, NULL);

Completed in 31 milliseconds