Searched refs:moveTo (Results 1 – 2 of 2) sorted by relevance
/art/libartbase/base/unix_file/ |
D | fd_file.cc | 264 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()
|
D | fd_file.h | 144 void moveTo(GuardState target, GuardState warn_threshold, const char* warning);
|