Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.h70 FlushFunc *platform_flush; variable
133 platform_close(cf), platform_flush(ff), mutex(false, false, false), in File()
149 f->platform_flush = ff; in init()
H A Dfile.cpp265 return platform_flush(this); in flush_unlocked()