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.cpp126 vold_service_->supportsCheckpoint(&supports_fs_checkpointing_); in SetUp()
/system/vold/
Dvdc.cpp119 checkStatus(args, vold->supportsCheckpoint(&supported)); in main()
DVoldNativeService.h155 binder::Status supportsCheckpoint(bool* _aidl_return);
DVoldNativeService.cpp909 binder::Status VoldNativeService::supportsCheckpoint(bool* _aidl_return) { in supportsCheckpoint() function in android::vold::VoldNativeService
/system/vold/binder/android/os/
DIVold.aidl129 boolean supportsCheckpoint(); in supportsCheckpoint() method