6 #ifndef FILEIO_TEMP_FILE_HPP 7 #define FILEIO_TEMP_FILE_HPP 37 std::string
get_temp_name(
const std::string& prefix=
"",
bool _prefer_hdfs=
false);
std::string get_temp_name(const std::string &prefix="", bool _prefer_hdfs=false)
bool delete_temp_file(std::string s)
size_t num_temp_directories()
std::vector< std::string > get_temp_directories()
std::string get_system_user_name()
std::string get_temp_name_prefer_hdfs(const std::string &prefix="")
void reap_unused_temp_files()
void delete_temp_files(std::vector< std::string > files)
void reap_current_process_temp_files()