1234567891011121314151617181920212223242526272829303132333435 |
- #ifndef ANDROID_VOLD_BENCHMARK_H
- #define ANDROID_VOLD_BENCHMARK_H
- #include "android/os/IVoldTaskListener.h"
- #include <string>
- namespace android {
- namespace vold {
- void Benchmark(const std::string& path,
- const android::sp<android::os::IVoldTaskListener>& listener);
- }
- }
- #endif
|