5#ifndef FILESYSTEM_FILE_H_
6#define FILESYSTEM_FILE_H_
Descriptor(Handle handle)
bool ReadFileDescriptorToString(int fd, std::string *result)
bool ReadFileToString(const std::string &path, std::string *result)
std::pair< uint8_t *, intptr_t > ReadFileToBytes(const std::string &path)
std::pair< uint8_t *, intptr_t > ReadFileDescriptorToBytes(int fd)