Searched refs:blkDevice (Results 1 – 4 of 4) sorted by relevance
| /system/vold/binder/android/os/ |
| D | IVold.aidl | 83 …void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, @utf8InCpp String zoned… in mountFstab() argument 84 …void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat,… in encryptFstab() argument
|
| /system/vold/ |
| D | VoldNativeService.h | 107 binder::Status mountFstab(const std::string& blkDevice, const std::string& mountPoint, 109 binder::Status encryptFstab(const std::string& blkDevice, const std::string& mountPoint,
|
| D | VoldNativeService.cpp | 572 binder::Status VoldNativeService::mountFstab(const std::string& blkDevice, in mountFstab() argument 578 return translateBool(fscrypt_mount_metadata_encrypted(blkDevice, mountPoint, false, false, in mountFstab() 582 binder::Status VoldNativeService::encryptFstab(const std::string& blkDevice, in encryptFstab() argument 589 return translateBool(fscrypt_mount_metadata_encrypted(blkDevice, mountPoint, true, shouldFormat, in encryptFstab()
|
| D | VolumeManager.cpp | 1211 std::string blkDevice = entry->blk_device; in GetStorageSize() local 1213 if (!android::base::Realpath(blkDevice, &dataDevice)) { in GetStorageSize() 1214 dataDevice = blkDevice; in GetStorageSize()
|