Searched defs:SetLength (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/unix_file/
H A Dfd_file.cc163 int FdFile::SetLength(int64_t new_length) { function in class:unix_file::FdFile
314 TEMP_FAILURE_RETRY(SetLength(0));
355 if (SetLength(0) < 0) {

Completed in 71 milliseconds