Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
Dfd_file.h137 void moveUp(GuardState target, const char* warning);
Dfd_file.cc275 void FdFile::moveUp(GuardState target, const char* warning) { in moveUp() function in unix_file::FdFile
327 moveUp(GuardState::kClosed, nullptr); in Close()
353 moveUp(GuardState::kFlushed, "Flushing closed file."); in Flush()