Home
last modified time | relevance | path

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

/art/libartbase/base/
Dos_linux.cc63 bool read_only = ((flags & O_ACCMODE) == O_RDONLY); in OpenFileWithFlags() local
64 bool check_usage = !read_only && auto_flush; in OpenFileWithFlags()