Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Dfile_impl.cc37 read_only_(false), in FileWrapperImpl()
56 if (looping_ || !read_only_) { in Rewind()
111 read_only_ = read_only; in OpenFile()
185 read_only_ = read_only; in OpenFromFileHandle()
208 if (read_only_) in WriteText()
232 if (read_only_) in Write()
Dfile_impl.h61 bool read_only_; variable
/external/libchrome/base/memory/
Dshared_memory.h305 bool read_only_; variable
/external/webrtc/webrtc/base/
Dstream.cc966 : str_(*str), read_pos_(0), read_only_(false) { in StringStream()
970 : str_(const_cast<std::string&>(str)), read_pos_(0), read_only_(true) { in StringStream()
991 if (read_only_) { in Write()
1033 if (read_only_) in ReserveSize()
Dstream.h621 bool read_only_; variable