Home
last modified time | relevance | path

Searched refs:GetBlockDevSize (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DUtils.h86 status_t GetBlockDevSize(int fd, uint64_t* size);
87 status_t GetBlockDevSize(const std::string& path, uint64_t* size);
DUtils.cpp522 status_t GetBlockDevSize(int fd, uint64_t* size) { in GetBlockDevSize() function
530 status_t GetBlockDevSize(const std::string& path, uint64_t* size) { in GetBlockDevSize() function
538 res = GetBlockDevSize(fd, size); in GetBlockDevSize()
547 status_t res = GetBlockDevSize(path, &size); in GetBlockDev512Sectors()
650 if (GetBlockDevSize(fd, &range[1]) != OK) { in WipeBlockDevice()
Dcryptfs.cpp543 if (android::vold::GetBlockDevSize(real_blkdev, &cached_off) == android::OK) { in get_crypt_ftr_info()
/system/vold/model/
DPublicVolume.cpp264 res = GetBlockDevSize(mDevPath, &size); in doFormat()
DDisk.cpp217 if (GetBlockDevSize(mDevPath, &mSize) != OK) { in readMetadata()