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

  /external/elfutils/src/
ranlib.c 244 char tmpfname[strlen (fname) + 7]; local
245 strcpy (stpcpy (tmpfname, fname), "XXXXXX");
246 int newfd = mkstemp (tmpfname);
260 unlink (tmpfname);
294 || (newfd = -1, rename (tmpfname, fname) != 0))
ar.c 751 char tmpfname[strlen (arfname) + 7]; local
752 strcpy (stpcpy (tmpfname, arfname), "XXXXXX");
753 int newfd = mkstemp (tmpfname);
767 unlink (tmpfname);
802 || (newfd = -1, rename (tmpfname, arfname) != 0))
990 char tmpfname[strlen (arfname) + 7]; local
991 strcpy (stpcpy (tmpfname, arfname), "XXXXXX");
992 int newfd = mkstemp (tmpfname);
1001 unlink (tmpfname);
1050 || (newfd = -1, rename (tmpfname, arfname) != 0)
1375 char tmpfname[strlen (arfname) + 7]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.a     [all...]

Completed in 85 milliseconds