Lines Matching full:temporary
213 std::cerr << "Don't know how to mount a temporary file system in this " in run_mount_tmpfs()
510 /// Creates a temporary directory that is world readable/accessible.
512 /// The temporary directory is created using mkdtemp(3) using the provided
516 /// The temporary directory is given read and execute permissions to everyone
519 /// temporary directories for test cases, and that those test cases may
537 /// the data within our temporary directories against attacks.
539 /// \param path_template The template for the temporary path, which is a
543 /// \return The generated path for the temporary directory.
558 throw fs::system_error(F("Cannot create temporary directory using " in mkdtemp_public()
573 LW(F("Failed to delete just-created temporary directory %s") in mkdtemp_public()
578 "temporary directory %s") % path, in mkdtemp_public()
586 /// Creates a temporary file.
588 /// The temporary file is created using mkstemp(3) using the provided template.
591 /// \param path_template The template for the temporary path, which is a
595 /// \return The generated path for the temporary directory.
610 throw fs::system_error(F("Cannot create temporary file using template " in mkstemp()
617 /// Mounts a temporary file system with unlimited size.
623 /// mount a temporary file system in the current operating system.
631 /// Mounts a temporary file system.
638 /// mount a temporary file system in the current operating system.