HomeSort by relevance Sort by last modified time
    Searched full:r_right (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 54 DWORD r_right, w_right; local
75 r_right = ( SDL_strchr(mode,'+') != NULL || must_exist ) ? GENERIC_READ : 0;
79 if (!r_right && !w_right) /* inconsistent mode */
100 h = CreateFile(filenameW, (w_right|r_right), (w_right)? 0 : FILE_SHARE_READ,
108 h = CreateFile(filename, (w_right|r_right), (w_right)? 0 : FILE_SHARE_READ,

Completed in 703 milliseconds