Home
last modified time | relevance | path

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

/system/vold/
DTrimTask.cpp106 static void notifyResult(const std::string& path, int64_t bytes, int64_t delta) { in notifyResult() function
133 notifyResult(path, -1, -1); in run()
138 notifyResult(path, range.len, delta); in run()
DBenchmark.cpp39 static void notifyResult(const std::string& path, int64_t create_d, in notifyResult() function
130 notifyResult(path, create_d, drop_d, run_d, destroy_d); in benchmark()