cprover
|
#include <string>
Go to the source code of this file.
Functions | |
void | delete_directory (const std::string &path) |
deletes all files in 'path' and then the directory itself More... | |
std::string | get_current_working_directory () |
std::string | concat_dir_file (const std::string &directory, const std::string &file_name) |
std::string concat_dir_file | ( | const std::string & | directory, |
const std::string & | file_name | ||
) |
Definition at line 128 of file file_util.cpp.
Referenced by compilet::add_input_file(), add_to_json(), source_locationt::as_string(), json_output_function(), list_eloc(), list_functions(), and temp_dirt::operator()().
void delete_directory | ( | const std::string & | path | ) |
deletes all files in 'path' and then the directory itself
Definition at line 95 of file file_util.cpp.
References delete_directory(), and utf8_to_utf16_little_endian().
Referenced by temp_dirt::clear(), delete_directory(), and compilet::~compilet().
std::string get_current_working_directory | ( | ) |
Definition at line 44 of file file_util.cpp.
References free(), and malloc().
Referenced by compilet::compilet(), parsert::set_file(), and temp_working_dirt::temp_working_dirt().