Home
last modified time | relevance | path

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

/system/vold/
DUtils.h118 status_t GetBlockDevSize(int fd, uint64_t* size);
119 status_t GetBlockDevSize(const std::string& path, uint64_t* size);
DUtils.cpp934 status_t GetBlockDevSize(int fd, uint64_t* size) { in GetBlockDevSize() function
942 status_t GetBlockDevSize(const std::string& path, uint64_t* size) { in GetBlockDevSize() function
950 res = GetBlockDevSize(fd, size); in GetBlockDevSize()
959 status_t res = GetBlockDevSize(path, &size); in GetBlockDev512Sectors()
1077 if (GetBlockDevSize(fd, &range[1]) != OK) { in WipeBlockDevice()
/system/vold/model/
DPublicVolume.cpp378 res = GetBlockDevSize(mDevPath, &size); in doFormat()
DDisk.cpp241 if (GetBlockDevSize(mDevPath, &mSize) != OK) { in readMetadata()