Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.h32 using CloseFunc = int(File *); variable
69 CloseFunc *platform_close;
129 constexpr File(WriteFunc *wf, ReadFunc *rf, SeekFunc *sf, CloseFunc *cf, in File()
141 CloseFunc *cf, FlushFunc *ff, void *buffer, in init()