Searched refs:moveTo (Results 1 – 2 of 2) sorted by relevance
/art/libartbase/base/unix_file/ |
D | fd_file.cc | 105 void FdFile::moveTo(GuardState target, GuardState warn_threshold, const char* warning) { in moveTo() function in unix_file::FdFile 214 moveTo(GuardState::kBase, GuardState::kClosed, "Truncating closed file."); in SetLength() 231 moveTo(GuardState::kBase, GuardState::kClosed, "Writing into closed file."); in Write() 284 moveTo(GuardState::kBase, GuardState::kClosed, "Writing into closed file."); in WriteFullyGeneric()
|
D | fd_file.h | 157 void moveTo(GuardState target, GuardState warn_threshold, const char* warning);
|