HomeSort by relevance Sort by last modified time
    Searched full:readonly_mapped_file_ (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/memory/
shared_memory_android.cc 44 readonly_mapped_file_ = dup(mapped_file_);
45 if (-1 == readonly_mapped_file_) {
shared_memory_posix.cc 39 readonly_mapped_file_(-1),
48 readonly_mapped_file_(-1),
225 &readonly_mapped_file_);
258 &readonly_mapped_file_);
330 if (readonly_mapped_file_ > 0) {
331 if (IGNORE_EINTR(close(readonly_mapped_file_)) < 0)
333 readonly_mapped_file_ = -1;
374 CHECK_GE(readonly_mapped_file_, 0);
375 handle_to_dup = readonly_mapped_file_;
shared_memory.h 307 int readonly_mapped_file_; member in class:base::SharedMemory
310 int readonly_mapped_file_; member in class:base::SharedMemory

Completed in 61 milliseconds