Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.cc104 void FdFile::moveTo(GuardState target, GuardState warn_threshold, const char* warning) { in moveTo() function in unix_file::FdFile
208 moveTo(GuardState::kBase, GuardState::kClosed, "Truncating closed file."); in SetLength()
225 moveTo(GuardState::kBase, GuardState::kClosed, "Writing into closed file."); in Write()
278 moveTo(GuardState::kBase, GuardState::kClosed, "Writing into closed file."); in WriteFullyGeneric()
Dfd_file.h157 void moveTo(GuardState target, GuardState warn_threshold, const char* warning);