Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dstring_file_test.cc34 TEST_F(StringFileTest, SetLength) { in TEST_F() argument
Dnull_file.cc43 int NullFile::SetLength(int64_t new_length) { in SetLength() function in unix_file::NullFile
Dstring_file.cc54 int StringFile::SetLength(int64_t new_length) { in SetLength() function in unix_file::StringFile
Dnull_file_test.cc37 TEST_F(NullFileTest, SetLength) { in TEST_F() argument
Dfd_file_test.cc34 TEST_F(FdFileTest, SetLength) { in TEST_F() argument
Dmapped_file.cc114 int MappedFile::SetLength(int64_t new_length) { in SetLength() function in unix_file::MappedFile
Dfd_file.cc81 int FdFile::SetLength(int64_t new_length) { in SetLength() function in unix_file::FdFile
/art/runtime/mirror/
Darray.h45 void SetLength(int32_t length) { in SetLength() function