Searched refs:fnew (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/tests/
H A Delfstrmerge.c41 static char *fnew = NULL; variable
79 unlink (fnew);
85 // free (fnew);
359 fnew = malloc (fname_len + sizeof (".XXXXXX"));
360 if (fnew == NULL)
362 strcpy (mempcpy (fnew, fname, fname_len), ".XXXXXX");
364 fdnew = mkstemp (fnew);
368 fnew = argv[2];
369 fdnew = open (fnew, O_WRONLY | O_CREAT, st.st_mode & ALLPERMS);
373 fail_errno ("couldn't create output file", fnew);
[all...]
/external/elfutils/src/
H A Delfcompress.c259 char *fnew = NULL; local
300 if (fnew != NULL)
302 unlink (fnew);
303 free (fnew);
304 fnew = NULL;
541 fnew = xmalloc (fname_len + sizeof (".XXXXXX"));
542 strcpy (mempcpy (fnew, fname, fname_len), ".XXXXXX");
543 fdnew = mkstemp (fnew);
547 fnew = xstrdup (foutput);
548 fdnew = open (fnew, O_WRONL
[all...]
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 1074 milliseconds