HomeSort by relevance Sort by last modified time
    Searched refs:tmp_fname (Results 1 - 6 of 6) 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...]

Completed in 183 milliseconds