Home
last modified time | relevance | path

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

/system/utest/blobfs/
A Dblobfs-test.h87 read_only_ = read_only; in SetReadOnly()
128 bool read_only_ = false; variable
A Dblobfs.cpp492 int flags = read_only_ ? O_RDONLY : O_RDWR; in Mount()
500 if (read_only_) { in Mount()
/system/ulib/fs-host/include/fs-host/
A Dcommon.h62 offset_(0), length_(0), read_only_(false), compress_(false), in FsCreator()
143 bool read_only_; variable
/system/ulib/fs-host/
A Dcommon.cpp243 read_only_ = true; in ProcessArgs()
291 open_flags = read_only_ ? O_RDONLY : CMDS[i].flags; in ProcessArgs()

Completed in 13 milliseconds