Home
last modified time | relevance | path

Searched refs:length2 (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/unix_file/
Dfd_file.cc619 int64_t length2 = other->GetLength(); in Compare() local
620 if (length != length2) { in Compare()
621 return length < length2 ? -1 : 1; in Compare()