Home
last modified time | relevance | path

Searched refs:supportsFileCheckpoint (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/vold/
H A Dvdc.cpp152 checkStatus(args, vold->supportsFileCheckpoint(&supported)); in main()
H A DVoldNativeService.h157 binder::Status supportsFileCheckpoint(bool* _aidl_return);
H A DVoldNativeService.cpp923 binder::Status VoldNativeService::supportsFileCheckpoint(bool* _aidl_return) { in supportsFileCheckpoint() function in android::vold::VoldNativeService
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl131 boolean supportsFileCheckpoint(); in supportsFileCheckpoint() method