Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.cc28 FdFile::FdFile() : guard_state_(GuardState::kClosed), fd_(-1), auto_close_(true) { in FdFile()
47 if (guard_state_ < GuardState::kClosed) { in ~FdFile()
50 CHECK_GE(guard_state_, GuardState::kClosed); in ~FdFile()
116 moveUp(GuardState::kClosed, nullptr); in Close()
153 moveTo(GuardState::kBase, GuardState::kClosed, "Truncating closed file."); in SetLength()
169 moveTo(GuardState::kBase, GuardState::kClosed, "Writing into closed file."); in Write()
213 moveTo(GuardState::kBase, GuardState::kClosed, "Writing into closed file."); in WriteFully()
Dfd_file.h84 kClosed, // File has been flushed and closed. enumerator