Searched defs:lock_mode (Results 1 – 2 of 2) sorted by relevance
444 LockedFile(const std::string& path, android::base::unique_fd&& fd, int lock_mode) in LockedFile()447 int lock_mode() const { return lock_mode_; } in lock_mode() function
2403 int lock_mode = lock_flags & (LOCK_EX | LOCK_SH); in OpenFile() local