Searched refs:read_only (Results 1 – 1 of 1) sorted by relevance
63 bool read_only = ((flags & O_ACCMODE) == O_RDONLY); in OpenFileWithFlags() local64 bool check_usage = !read_only && auto_flush; in OpenFileWithFlags()