Searched defs:read_file_content (Results 1 – 2 of 2) sorted by relevance
226 std::unique_ptr<MemoryBuffer> read_file_content(std::unique_ptr<FILE, decltype(&fclose)> file, in read_file_content() function263 std::vector<std::shared_ptr<MemoryBuffer>> MemoryBuffer::read_file_content(const std::string& file_… in read_file_content() function in inmemoryfs::MemoryBuffer287 MemoryBuffer::read_file_content(const std::string& file_path, ReadOption option, std::error_code& e… in read_file_content() function in inmemoryfs::MemoryBuffer
620 def read_file_content(path, encode_type='utf8'): function