HomeSort by relevance Sort by last modified time
    Searched refs:read_only_ (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/system_wrappers/source/
file_impl.cc 37 read_only_(false),
56 if (looping_ || !read_only_) {
111 read_only_ = read_only;
185 read_only_ = read_only;
208 if (read_only_)
232 if (read_only_)
file_impl.h 61 bool read_only_; member in class:webrtc::FileWrapperImpl
  /external/libmojo/mojo/edk/embedder/
platform_shared_buffer.cc 114 return read_only_;
152 new PlatformSharedBufferMapping(handle, read_only_, offset, length));
217 : num_bytes_(num_bytes), read_only_(read_only) {}
223 DCHECK(!read_only_);
249 shared_memory_.reset(new base::SharedMemory(handle, read_only_));
277 shared_memory_.reset(new base::SharedMemory(handle, read_only_));
platform_shared_buffer.h 121 const bool read_only_; member in class:mojo::edk::PlatformSharedBuffer
  /external/libchrome/base/memory/
shared_memory_mac.cc 78 : mapped_size_(0), memory_(NULL), read_only_(false), requested_size_(0) {}
84 read_only_(read_only),
157 bool success = shm_.MapAt(offset, bytes, &memory_, read_only_);
shared_memory_posix.cc 117 read_only_(false),
126 read_only_(read_only),
327 read_only_ = read_only;
362 memory_ = mmap(NULL, bytes, PROT_READ | (read_only_ ? 0 : PROT_WRITE),
shared_memory.h 280 bool read_only_; member in class:base::SharedMemory
  /external/webrtc/webrtc/base/
stream.cc 966 : str_(*str), read_pos_(0), read_only_(false) {
970 : str_(const_cast<std::string&>(str)), read_pos_(0), read_only_(true) {
991 if (read_only_) {
1033 if (read_only_)
stream.h 621 bool read_only_; member in class:rtc::StringStream

Completed in 4917 milliseconds