Searched refs:temp_mount (Results 1 – 3 of 3) sorted by relevance
126 if [ "x${temp_mount}" != "x" ]; then \127 ${UMOUNTBIN} ${temp_mount}128 rmdir ${temp_mount}248 temp_mount="${MOUNTDIR}/${RANDOM}"249 mkdir ${temp_mount}250 ${MOUNTBIN} -t ${FS} -o loop ${loop_dev} ${temp_mount}256 ${RSYNCBIN} -av --no-owner --no-group ${directory}/ ${temp_mount}/269 umount ${temp_mount}270 rmdir ${temp_mount}
205 bool temp_mount = EndsWith(mount_point, ".tmp"); in ResolveMountInfo() local216 /* is_temp_mount */ temp_mount); in ResolveMountInfo()228 result.is_temp_mount = temp_mount; in ResolveMountInfo()
461 bool temp_mount = false) { in MountPackageImpl() argument530 /* is_temp_mount */ temp_mount); in MountPackageImpl()