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

/art/runtime/base/unix_file/
H A Dfd_file.cc193 int FdFile::SetLength(int64_t new_length) { function in class:unix_file::FdFile
378 result = SetLength(0);
422 if (SetLength(0) < 0) {

Completed in 188 milliseconds