27#ifndef _FILE_IO_UTILS_H_
28#define _FILE_IO_UTILS_H_
40 bool load_file_to_string(
const std::string& path_to_file, std::string& target_str,
size_t max_size = 1000000000);
Definition file_io_utils.h:37
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 save_string_to_file(const std::string &path_to_file, const std::string &str)
Definition file_io_utils.cpp:71
bool is_file_exist(const std::string &path)
Definition file_io_utils.cpp:64
TODO: (mj-xmr) This will be reduced in an another PR.
Definition byte_slice.h:40
const char *const str
Definition portlistingparse.c:23