Home
last modified time | relevance | path

Searched defs:disk_stats_path (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/storaged/tests/
H A Dstoraged_test.cpp81 auto disk_stats_path = get_disk_stats_path(); in TEST() local
99 auto disk_stats_path = get_disk_stats_path(); in TEST() local
/aosp14/system/core/storaged/
H A Dstoraged_diskstats.cpp84 bool parse_disk_stats(const char* disk_stats_path, struct disk_stats* stats) { in parse_disk_stats()