Home
last modified time | relevance | path

Searched refs:stderrPath (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/main/win32/
DSDL_win32_main.c46 static wchar_t stderrPath[MAX_PATH]; variable
49 static char stderrPath[MAX_PATH]; variable
186 if ( stderrPath[0] ) { in cleanup_output()
187 file = fopen(stderrPath, TEXT("rb")); in cleanup_output()
192 remove(stderrPath); in cleanup_output()
240 wcsncpy( stderrPath, path, SDL_arraysize(stdoutPath) ); in redirect_output()
241 wcsncat( stderrPath, DIR_SEPERATOR STDOUT_FILE, SDL_arraysize(stdoutPath) ); in redirect_output()
243 SDL_strlcpy( stderrPath, path, SDL_arraysize(stderrPath) ); in redirect_output()
244 SDL_strlcat( stderrPath, DIR_SEPERATOR STDERR_FILE, SDL_arraysize(stderrPath) ); in redirect_output()
247 newfp = freopen(stderrPath, TEXT("w"), stderr); in redirect_output()
[all …]