HomeSort by relevance Sort by last modified time
    Searched refs:tmp_fname (Results 1 - 7 of 7) sorted by null

  /external/elfutils/libasm/
asm_abort.c 39 (void) unlink (ctx->tmp_fname);
asm_begin.c 48 unlink (result->tmp_fname);
125 result->fname = stpcpy (mempcpy (result->tmp_fname, fname, fname_len),
130 result->fd = mkstemp (result->tmp_fname);
libasmP.h 169 char tmp_fname[flexarr_size]; member in struct:AsmCtx
asm_end.c 506 if (rename (ctx->tmp_fname, ctx->fname) != 0)
  /external/grub/util/
grub-install.in 194 tmp_fname=$1
196 while test -L $tmp_fname; do
197 tmp_new_fname=`ls -al $tmp_fname | sed -n 's%.*-> \(.*\)%\1%p'`
205 /*) tmp_fname="$tmp_new_fname"
207 *) tmp_fname="`echo $tmp_fname | sed 's%/[^/]*$%%'`/$tmp_new_fname"
211 echo "$tmp_fname"
219 tmp_fname=`df $1/ | sed -n 's%.*\(/dev/[^ ]*\).*%\1%p'`
221 if test -z "$tmp_fname"; then
226 tmp_fname=`resolve_symlink $tmp_fname
    [all...]
grub-install 194 tmp_fname=$1
196 while test -L $tmp_fname; do
197 tmp_new_fname=`ls -al $tmp_fname | sed -n 's%.*-> \(.*\)%\1%p'`
205 /*) tmp_fname="$tmp_new_fname"
207 *) tmp_fname="`echo $tmp_fname | sed 's%/[^/]*$%%'`/$tmp_new_fname"
211 echo "$tmp_fname"
219 tmp_fname=`df $1/ | sed -n 's%.*\(/dev/[^ ]*\).*%\1%p'`
221 if test -z "$tmp_fname"; then
226 tmp_fname=`resolve_symlink $tmp_fname
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 248 char *tmp_fname; local
310 tmp_fname = os_malloc(len);
311 if (tmp_fname == NULL)
313 os_snprintf(tmp_fname, len, "%s-new", hapd->iface->config_fname);
319 os_free(tmp_fname);
323 nconf = fopen(tmp_fname, "w");
327 os_free(tmp_fname);
447 if (rename(tmp_fname, hapd->iface->config_fname) < 0) {
450 os_free(tmp_fname);
454 os_free(tmp_fname);
    [all...]

Completed in 843 milliseconds