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

  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 45 static wchar_t stdoutPath[MAX_PATH];
48 static char stdoutPath[MAX_PATH];
176 if ( stdoutPath[0] ) {
177 file = fopen(stdoutPath, TEXT("rb"));
182 remove(stdoutPath);
216 wcsncpy( stdoutPath, path, SDL_arraysize(stdoutPath) );
217 wcsncat( stdoutPath, DIR_SEPERATOR STDOUT_FILE, SDL_arraysize(stdoutPath) );
219 SDL_strlcpy( stdoutPath, path, SDL_arraysize(stdoutPath) )
    [all...]

Completed in 42 milliseconds