Searched refs:tmp_dir (Results 1 – 4 of 4) sorted by relevance
84 tmp_dir=`dirname $FIMAGE`/isoimage85 rm -rf $tmp_dir86 mkdir $tmp_dir110 cp $isolinux $tmp_dir111 cp $ldlinux $tmp_dir112 cp $FBZIMAGE $tmp_dir/linux113 echo "$KCMDLINE" > $tmp_dir/isolinux.cfg115 cp "$FDINITRD" $tmp_dir/initrd.img119 -boot-info-table $tmp_dir121 rm -rf $tmp_dir
29 tmp_dir=$(mktemp -d ${TMPDIR:-/tmp}/depmod.XXXXXX)30 mkdir -p "$tmp_dir/lib/modules/$KERNELRELEASE"31 if "$DEPMOD" -b "$tmp_dir" $KERNELRELEASE 2>/dev/null; then32 if test -e "$tmp_dir/lib/modules/$KERNELRELEASE/modules.dep" -o \33 -e "$tmp_dir/lib/modules/$KERNELRELEASE/modules.dep.bin"; then37 rm -rf "$tmp_dir"
550 struct dentry *tmp_dir; in hisi_zip_dfx_debug_init() local554 tmp_dir = debugfs_create_dir("zip_dfx", qm->debug.debug_root); in hisi_zip_dfx_debug_init()558 0644, tmp_dir, data, in hisi_zip_dfx_debug_init()
1814 u64 tmp_dir; in is_first_ref() local1820 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name); in is_first_ref()1824 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) { in is_first_ref()