Lines Matching full:temporary
27 * A temporary file in the file system.
29 * The temporary file is created by the constructor. The absolute path to the
32 * The temporary file can be deleted by calling remove(). Otherwise the file
48 * Creates a temporary file in the temporary directory (normally /tmp).
57 * Transfers ownership of a temporary file.
70 * Deletes the temporary file owned by this object. Then transfers
71 * ownership of the temporary file owned by the other object.
82 * Deletes the temporary file if necessary.
97 * Deletes the temporary file.
106 * Returns the absolute path to the temporary file.
110 * @return temporary file path
119 * Absolute path to the temporary file.