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

/fuchsia/zircon/system/utest/fs/
H A Dtest-sparse.cpp64 constexpr size_t kValidLength = kBytesToRead - kSparseLength; local
66 if (kValidLength > 0) {
67 for (size_t i = 0; i < kValidLength; i++) {
/fuchsia/zircon/system/utest/fs-host/
H A Dtest-sparse.cpp60 constexpr size_t kValidLength = kBytesToRead - kSparseLength; local
62 if (kValidLength > 0) {
63 for (size_t i = 0; i < kValidLength; i++) {

Completed in 78 milliseconds