Home
last modified time | relevance | path

Searched refs:moveUp (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/unix_file/
Dfd_file.cc70 void FdFile::moveUp(GuardState target, const char* warning) { in moveUp() function in unix_file::FdFile
116 moveUp(GuardState::kClosed, nullptr); in Close()
134 moveUp(GuardState::kFlushed, "Flushing closed file."); in Flush()
Dfd_file.h98 void moveUp(GuardState target, const char* warning);
Dmapped_file.cc143 moveUp(GuardState::kFlushed, "Flushing closed file."); in Flush()