Home
last modified time | relevance | path

Searched refs:platform_read (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.h67 ReadFunc *platform_read; variable
132 : platform_write(wf), platform_read(rf), platform_seek(sf), in File()
146 f->platform_read = rf; in init()
H A Dfile.cpp208 size_t fetched_size = platform_read(this, data, to_fetch); in read_unlocked()
220 size_t fetched_size = platform_read(this, buf, bufsize); in read_unlocked()