HomeSort by relevance Sort by last modified time
    Searched refs:checkEncryption (Results 1 - 4 of 4) sorted by null

  /system/vold/
vdc.cpp 102 } else if (args[0] == "cryptfs" && args[1] == "checkEncryption" && args.size() == 3) {
103 checkStatus(vold->checkEncryption(args[2]));
VoldNativeService.h 55 binder::Status checkEncryption(const std::string& volId);
VoldNativeService.cpp 21 #include "CheckEncryption.h"
396 binder::Status VoldNativeService::checkEncryption(const std::string& volId) {
404 return translate(android::vold::CheckEncryption(path));
  /system/vold/binder/android/os/
IVold.aidl 44 void checkEncryption(@utf8InCpp String volId);

Completed in 1979 milliseconds