Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtest_io.c459 static errcode_t test_get_stats(io_channel channel, io_stats *stats) in test_get_stats() function
543 .get_stats = test_get_stats,
/external/python/cpython3/Lib/test/
Dtest_gc.py726 def test_get_stats(self): member in GCTests