Searched refs:blkDevice (Results 1 – 3 of 3) sorted by relevance
| /system/vold/binder/android/os/ |
| D | IVold.aidl | 86 …void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean isZoned, in @ut… in mountFstab() argument 87 …void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat,… in encryptFstab() argument
|
| /system/vold/ |
| D | VoldNativeService.h | 108 binder::Status mountFstab(const std::string& blkDevice, const std::string& mountPoint, 111 binder::Status encryptFstab(const std::string& blkDevice, const std::string& mountPoint,
|
| D | VoldNativeService.cpp | 630 binder::Status VoldNativeService::mountFstab(const std::string& blkDevice, in mountFstab() argument 636 return translateBool(fscrypt_mount_metadata_encrypted(blkDevice, mountPoint, false, false, in mountFstab() 640 binder::Status VoldNativeService::encryptFstab(const std::string& blkDevice, in encryptFstab() argument 649 return translateBool(fscrypt_mount_metadata_encrypted(blkDevice, mountPoint, true, shouldFormat, in encryptFstab()
|