27 #ifndef _FILE_IO_UTILS_H_ 28 #define _FILE_IO_UTILS_H_ 36 namespace file_io_utils
44 #endif //_FILE_IO_UTILS_H_ ::std::string string
Definition: gtest-port.h:1097
bool load_file_to_string(const std::string &path_to_file, std::string &target_str, size_t max_size=1000000000)
Definition: file_io_utils.cpp:105
bool is_file_exist(const std::string &path)
Definition: file_io_utils.cpp:64
bool save_string_to_file(const std::string &path_to_file, const std::string &str)
Definition: file_io_utils.cpp:71
const char *const str
Definition: portlistingparse.c:23
TODO: (mj-xmr) This will be reduced in an another PR.
Definition: byte_slice.h:39