Searched refs:blkDevice (Results 1 – 3 of 3) sorted by relevance
/system/vold/binder/android/os/ |
D | IVold.aidl | 84 void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in mountFstab() argument 85 void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in encryptFstab() argument
|
/system/vold/ |
D | VoldNativeService.h | 106 binder::Status mountFstab(const std::string& blkDevice, const std::string& mountPoint); 107 binder::Status encryptFstab(const std::string& blkDevice, const std::string& mountPoint);
|
D | VoldNativeService.cpp | 640 binder::Status VoldNativeService::mountFstab(const std::string& blkDevice, in mountFstab() argument 645 return translateBool(fscrypt_mount_metadata_encrypted(blkDevice, mountPoint, false)); in mountFstab() 648 binder::Status VoldNativeService::encryptFstab(const std::string& blkDevice, in encryptFstab() argument 653 return translateBool(fscrypt_mount_metadata_encrypted(blkDevice, mountPoint, true)); in encryptFstab()
|