Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DEnvironmentTest.java127 final long maxInodes = maxsize / 4096; in testSaneInodes() local
137 if (stat.f_ffree >= minInodes && stat.f_ffree <= maxInodes in testSaneInodes()
143 + minInodes + "," + maxInodes + "]"); in testSaneInodes()