Lines Matching full:temporary
18 * A temporary file in the file system.
20 * The temporary file is created by the constructor. The absolute path to the
24 * The temporary file can be deleted by calling remove().
39 * Creates a temporary file in the temporary directory (normally /tmp).
51 * Transfers ownership of a temporary file.
64 * Deletes the temporary file owned by this object. Then transfers
65 * ownership of the temporary file owned by the other object.
79 * Deletes the temporary file.
88 * Returns the absolute path to the temporary file.
92 * @return temporary file path
106 * Absolute path to the temporary file.
111 * File descriptor of the temporary file.