Home
last modified time | relevance | path

Searched refs:blkDevice (Results 1 – 3 of 3) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl91 void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in mountFstab() argument
92 …void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat,… in encryptFstab() argument
/system/vold/
DVoldNativeService.h115 binder::Status mountFstab(const std::string& blkDevice, const std::string& mountPoint);
116 binder::Status encryptFstab(const std::string& blkDevice, const std::string& mountPoint,
DVoldNativeService.cpp688 binder::Status VoldNativeService::mountFstab(const std::string& blkDevice, in mountFstab() argument
694 fscrypt_mount_metadata_encrypted(blkDevice, mountPoint, false, false, "null")); in mountFstab()
697 binder::Status VoldNativeService::encryptFstab(const std::string& blkDevice, in encryptFstab() argument
704 fscrypt_mount_metadata_encrypted(blkDevice, mountPoint, true, shouldFormat, fsType)); in encryptFstab()