Searched defs:SetLength (Results 1 – 8 of 8) sorted by relevance
/art/runtime/base/unix_file/ | ||
D | string_file_test.cc | 34 TEST_F(StringFileTest, SetLength) { in TEST_F() argument |
D | null_file.cc | 43 int NullFile::SetLength(int64_t new_length) { in SetLength() function in unix_file::NullFile |
D | string_file.cc | 54 int StringFile::SetLength(int64_t new_length) { in SetLength() function in unix_file::StringFile |
D | null_file_test.cc | 37 TEST_F(NullFileTest, SetLength) { in TEST_F() argument |
D | fd_file_test.cc | 34 TEST_F(FdFileTest, SetLength) { in TEST_F() argument |
D | mapped_file.cc | 114 int MappedFile::SetLength(int64_t new_length) { in SetLength() function in unix_file::MappedFile |
D | fd_file.cc | 81 int FdFile::SetLength(int64_t new_length) { in SetLength() function in unix_file::FdFile |
/art/runtime/mirror/ | ||
D | array.h | 45 void SetLength(int32_t length) { in SetLength() function |