Home
last modified time | relevance | path

Searched defs:read_file_content (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dmemory_buffer.cpp226 std::unique_ptr<MemoryBuffer> read_file_content(std::unique_ptr<FILE, decltype(&fclose)> file, in read_file_content() function
263 std::vector<std::shared_ptr<MemoryBuffer>> MemoryBuffer::read_file_content(const std::string& file_… in read_file_content() function in inmemoryfs::MemoryBuffer
287 MemoryBuffer::read_file_content(const std::string& file_path, ReadOption option, std::error_code& e… in read_file_content() function in inmemoryfs::MemoryBuffer
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dcommon_util.py620 def read_file_content(path, encode_type='utf8'): function