Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray.h56 void SetLength(int32_t length) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetLength() function
/art/runtime/base/unix_file/
Dfd_file_test.cc35 TEST_F(FdFileTest, SetLength) { in TEST_F() argument
Dfd_file.cc147 int FdFile::SetLength(int64_t new_length) { in SetLength() function in unix_file::FdFile