Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl86 …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/
DVoldNativeService.h108 binder::Status mountFstab(const std::string& blkDevice, const std::string& mountPoint,
110 binder::Status encryptFstab(const std::string& blkDevice, const std::string& mountPoint,
DVoldNativeService.cpp590 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()
DVolumeManager.cpp1253 std::string blkDevice = entry->blk_device; in GetStorageSize() local
1255 if (!android::base::Realpath(blkDevice, &dataDevice)) { in GetStorageSize()
1256 dataDevice = blkDevice; in GetStorageSize()