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

/art/runtime/base/unix_file/
H A Dnull_file.cc43 int NullFile::SetLength(int64_t new_length) { function in class:unix_file::NullFile
H A Dstring_file.cc54 int StringFile::SetLength(int64_t new_length) { function in class:unix_file::StringFile
H A Dmapped_file.cc114 int MappedFile::SetLength(int64_t new_length) { function in class:unix_file::MappedFile
116 return FdFile::SetLength(new_length);
H A Dfd_file.cc81 int FdFile::SetLength(int64_t new_length) { function in class:unix_file::FdFile
/art/runtime/mirror/
H A Darray.h45 void SetLength(int32_t length) { function in class:art::mirror::Array

Completed in 86 milliseconds