Searched refs:low_mem_file_ (Results 1 – 2 of 2) sorted by relevance
116 low_mem_file_(HANDLE_EINTR(::open(kLowMemFile, O_RDONLY))), in MemoryPressureMonitor()122 base::SysInfo::IsRunningOnChromeOS() && !low_mem_file_.is_valid()) in MemoryPressureMonitor()197 if (low_mem_file_.is_valid() && IsLowMemoryCondition(low_mem_file_.get())) { in CheckMemoryPressure()208 if (low_mem_file_.is_valid() && in CheckMemoryPressure()
116 ScopedFD low_mem_file_; variable