Home
last modified time | relevance | path

Searched refs:guard_state_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libartbase/base/unix_file/
H A Dfd_file.cc168 guard_state_ = GuardState::kNoCheck; in FdFile()
190 : guard_state_(other.guard_state_), in FdFile()
212 guard_state_ = other.guard_state_; in operator =()
234 guard_state_ = GuardState::kNoCheck; in Release()
260 guard_state_ = GuardState::kNoCheck; in Reset()
270 guard_state_ = target; in moveTo()
278 if (guard_state_ < target) { in moveUp()
279 guard_state_ = target; in moveUp()
307 guard_state_ = GuardState::kBase; in Open()
311 guard_state_ = GuardState::kNoCheck; in Open()
[all …]
H A Dfd_file.h154 guard_state_ = new_state; in resetGuard()
158 GuardState guard_state_ = GuardState::kClosed; variable