Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
Dfd_file.h178 int Flush(bool flush_metadata) WARN_UNUSED;
Dfd_file.cc348 int FdFile::Flush(bool flush_metadata) { in Flush() argument
349 DCHECK(flush_metadata || !read_only_mode_); in Flush()
353 if (flush_metadata) { in Flush()