Searched refs:blkDevice (Results 1 – 4 of 4) 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, 110 binder::Status encryptFstab(const std::string& blkDevice, const std::string& mountPoint,
|
D | VoldNativeService.cpp | 590 binder::Status VoldNativeService::mountFstab(const std::string& blkDevice, in mountFstab() argument 596 return translateBool(fscrypt_mount_metadata_encrypted(blkDevice, mountPoint, false, false, in mountFstab() 600 binder::Status VoldNativeService::encryptFstab(const std::string& blkDevice, in encryptFstab() argument 607 return translateBool(fscrypt_mount_metadata_encrypted(blkDevice, mountPoint, true, shouldFormat, in encryptFstab()
|
D | VolumeManager.cpp | 1253 std::string blkDevice = entry->blk_device; in GetStorageSize() local 1255 if (!android::base::Realpath(blkDevice, &dataDevice)) { in GetStorageSize() 1256 dataDevice = blkDevice; in GetStorageSize()
|