Home | History | Annotate | Download | only in tmpfs

Lines Matching refs:Mount_Point

30 Mount_Point=
35 # Mounts tmpfs over ${Mount_Point} and changes the current directory
42 Mount_Point=$(pwd)/mntpt
43 atf_check -s exit:0 -o empty -e empty mkdir "${Mount_Point}"
44 echo "mount -t tmpfs ${*} tmpfs ${Mount_Point}"
45 mount -t tmpfs "${@}" tmpfs "${Mount_Point}" 2>mounterr
53 cd "${Mount_Point}"
63 atf_check -s exit:0 -o empty -e empty umount ${Mount_Point}
64 atf_check -s exit:0 -o empty -e empty rmdir ${Mount_Point}
65 Mount_Point=