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