Home
last modified time | relevance | path

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

/system/utest/fs-host/
A Dtest-sparse.cpp60 constexpr size_t kValidLength = kBytesToRead - kSparseLength; in test_sparse() local
62 if (kValidLength > 0) { in test_sparse()
63 for (size_t i = 0; i < kValidLength; i++) { in test_sparse()
/system/utest/fs/
A Dtest-sparse.cpp66 constexpr size_t kValidLength = kBytesToRead - kSparseLength; in test_sparse() local
68 if (kValidLength > 0) { in test_sparse()
69 for (size_t i = 0; i < kValidLength; i++) { in test_sparse()

Completed in 4 milliseconds