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