Searched defs:flushOnClose (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp178 bool flushOnClose : 1; member in struct:xml::File::Data
185 m->flushOnClose = aFlushIt;
215 m->flushOnClose = aFlushIt && (flags & RTFILE_O_ACCESS_MASK) != RTFILE_O_READ;
229 m->flushOnClose = aFlushIt;
236 if (m->flushOnClose)

Completed in 49 milliseconds