Home
last modified time | relevance | path

Searched defs:encryptFstab (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/vold/binder/android/os/
H A DIVold.aidl92 …void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat,… in encryptFstab() method
/aosp12/system/vold/
H A DVoldNativeService.cpp697 binder::Status VoldNativeService::encryptFstab(const std::string& blkDevice, in encryptFstab() function in android::vold::VoldNativeService