Searched defs:blkDevice (Results 1 – 3 of 3) sorted by relevance
83 …untFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, @utf8InCpp String zonedDevice); in mountFstab()84 … String mountPoint, boolean shouldFormat, @utf8InCpp String fsType, @utf8InCpp String zonedDevice); in encryptFstab()
572 binder::Status VoldNativeService::mountFstab(const std::string& blkDevice, in mountFstab()582 binder::Status VoldNativeService::encryptFstab(const std::string& blkDevice, in encryptFstab()
1211 std::string blkDevice = entry->blk_device; in GetStorageSize() local