Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/File/
H A Dfile.h105 bool own_buf; variable
163 own_buf(owned), mode(modeflags), pos(0), prev_op(FileOp::NONE), in File()
226 if (own_buf) in close()
305 own_buf = false; // We shouldn't call free on |buf| when closing the file. in adjust_buf()
H A Dfile.cpp399 if (own_buf) { in set_buffer()
410 own_buf = true; in set_buffer()
415 if (own_buf) in set_buffer()
425 own_buf = false; in set_buffer()