Lines Matching defs:tmpFile
541 int tmpFile = mkstemp(tmpFileName);
543 if (tmpFile == -1)
558 backtrace_symbols_fd(symbols, symbolCount, tmpFile);
560 if (lseek(tmpFile, 0, SEEK_SET) < 0)
563 close(tmpFile);
592 if (read(tmpFile, &c, 1) == 1)
619 close(tmpFile);
620 tmpFile = -1;
626 if (tmpFile == -1)
630 if (tmpFile != -1)
631 close(tmpFile);