Home | History | Annotate | Download | only in payload_consumer

Lines Matching defs:read_only

120   bool read_only = (mode & O_ACCMODE) == O_RDONLY;
121 utils::SetBlockDeviceReadOnly(path, read_only);
124 if (cache_writes && !read_only) {