27#ifndef _FILE_IO_UTILS_H_
28#define _FILE_IO_UTILS_H_
35namespace file_io_utils
39 bool load_file_to_string(
const std::string& path_to_file, std::string& target_str,
size_t max_size = 1000000000);
bool get_file_size(const std::string &path_to_file, uint64_t &size)
Definition: file_io_utils.cpp:154
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
unsigned __int64 uint64_t
Definition: stdint.h:136