Searched refs:read_only_ (Results 1 – 4 of 4) sorted by relevance
87 read_only_ = read_only; in SetReadOnly()128 bool read_only_ = false; variable
492 int flags = read_only_ ? O_RDONLY : O_RDWR; in Mount()500 if (read_only_) { in Mount()
62 offset_(0), length_(0), read_only_(false), compress_(false), in FsCreator()143 bool read_only_; variable
243 read_only_ = true; in ProcessArgs()291 open_flags = read_only_ ? O_RDONLY : CMDS[i].flags; in ProcessArgs()
Completed in 13 milliseconds