Home
last modified time | relevance | path

Searched refs:supportsCheckpoint (Results 1 – 6 of 6) sorted by relevance

/system/apex/apexd/
Dapexd_checkpoint_vold.cpp47 vold_service_->supportsCheckpoint(&supports_fs_checkpoints_); in VoldCheckpointInterface()
Dapexservice_test.cpp123 vold_service_->supportsCheckpoint(&supports_fs_checkpointing_); in SetUp()
/system/vold/
Dvdc.cpp112 checkStatus(args, vold->supportsCheckpoint(&supported)); in main()
DVoldNativeService.h142 binder::Status supportsCheckpoint(bool* _aidl_return);
DVoldNativeService.cpp822 binder::Status VoldNativeService::supportsCheckpoint(bool* _aidl_return) { in supportsCheckpoint() function in android::vold::VoldNativeService
/system/vold/binder/android/os/
DIVold.aidl119 boolean supportsCheckpoint(); in supportsCheckpoint() method