Home
last modified time | relevance | path

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

/system/vold/
Dvdc.cpp109 checkStatus(args, vold->encryptFstab(args[2], args[3])); in main()
DVoldNativeService.h107 binder::Status encryptFstab(const std::string& blkDevice, const std::string& mountPoint);
DVoldNativeService.cpp648 binder::Status VoldNativeService::encryptFstab(const std::string& blkDevice, in encryptFstab() function in android::vold::VoldNativeService
/system/vold/binder/android/os/
DIVold.aidl85 void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in encryptFstab() method