Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dtest_io.c463 static errcode_t test_get_stats(io_channel channel, io_stats *stats) in test_get_stats() function
547 .get_stats = test_get_stats,
/third_party/python/Lib/test/
Dtest_gc.py758 def test_get_stats(self): member in GCTests