Searched defs:tmpFile (Results 1 – 6 of 6) sorted by relevance
21 char tmpFile[] = "/data/mkostemp64_XXXXXX"; variable
20 char tmpFile[] = "/data/mkstemps64_XXXXXX.dat"; variable
21 char tmpFile[] = "/data/mkstemp64_XXXXXX"; variable
11 const tmpFile = join(tmpdir.path, 'stdin.txt'); constant
12 const tmpFile = path.join(tmpdir.path, 'stdout.txt'); constant
541 int tmpFile = mkstemp(tmpFileName); in qpCrashHandler_writeCrashInfo() local