OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stderrpath
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c
46
static wchar_t
stderrPath
[MAX_PATH];
49
static char
stderrPath
[MAX_PATH];
186
if (
stderrPath
[0] ) {
187
file = fopen(
stderrPath
, TEXT("rb"));
192
remove(
stderrPath
);
240
wcsncpy(
stderrPath
, path, SDL_arraysize(stdoutPath) );
241
wcsncat(
stderrPath
, DIR_SEPERATOR STDOUT_FILE, SDL_arraysize(stdoutPath) );
243
SDL_strlcpy(
stderrPath
, path, SDL_arraysize(
stderrPath
) );
244
SDL_strlcat(
stderrPath
, DIR_SEPERATOR STDERR_FILE, SDL_arraysize(stderrPath) )
[
all
...]
/external/chromium_org/base/test/
test_support_ios.mm
98
- (NSString*)
stderrPath
{
106
freopen([[self
stderrPath
] UTF8String], "w+", stderr);
111
for (NSString* path in @[ [self stdoutPath], [self
stderrPath
]]) {
/external/chromium_org/testing/iossim/
iossim.mm
454
NSString*
stderrPath
,
464
sessionConfig.simulatedApplicationStdErrPath =
stderrPath
;
Completed in 4571 milliseconds