Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
Dfd_file.cc264 void FdFile::moveTo(GuardState target, GuardState warn_threshold, const char* warning) { in moveTo() function in unix_file::FdFile
378 moveTo(GuardState::kBase, GuardState::kClosed, "Truncating closed file."); in SetLength()
395 moveTo(GuardState::kBase, GuardState::kClosed, "Writing into closed file."); in Write()
448 moveTo(GuardState::kBase, GuardState::kClosed, "Writing into closed file."); in WriteFullyGeneric()
Dfd_file.h144 void moveTo(GuardState target, GuardState warn_threshold, const char* warning);