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 52 (void) unlink (ctx->tmp_fname);
asm_begin.c 77 unlink (result->tmp_fname);
152 result->fname = stpcpy (mempcpy (result->tmp_fname, fname, fname_len),
157 result->fd = mkstemp (result->tmp_fname);
libasmP.h 182 char tmp_fname[flexarr_size]; member in struct:AsmCtx
asm_end.c 519 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 276 char *tmp_fname; local
338 tmp_fname = os_malloc(len);
339 if (tmp_fname == NULL)
341 os_snprintf(tmp_fname, len, "%s-new", hapd->iface->config_fname);
347 os_free(tmp_fname);
351 nconf = fopen(tmp_fname, "w");
355 os_free(tmp_fname);
475 if (rename(tmp_fname, hapd->iface->config_fname) < 0) {
478 os_free(tmp_fname);
482 os_free(tmp_fname);
    [all...]

Completed in 377 milliseconds