Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl84 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/
DVoldNativeService.h106 binder::Status mountFstab(const std::string& blkDevice, const std::string& mountPoint);
107 binder::Status encryptFstab(const std::string& blkDevice, const std::string& mountPoint);
DVoldNativeService.cpp640 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()