1#ifndef ARION_FS_UTILS_HPP
2#define ARION_FS_UTILS_HPP
Definition arch_x86-64.hpp:11
bool check_fd_status(int fd, short int &revents)
uint64_t ADDR
Identifies a memory address.
Definition global_defs.hpp:36
std::string md5_hash_file(std::string file_path)
std::string gen_tmp_path()
std::function< void(std::array< BYTE, ARION_BUF_SZ > buf, ADDR off, size_t sz)> RD_BIN_CALLBACK
Callback type used for processing chunks of binary data read from a file.
Definition fs_utils.hpp:12
void read_bin_file(std::string file_path, ADDR off, size_t sz, RD_BIN_CALLBACK callback)