Searched refs:GetBlockDevSize (Results 1 – 4 of 4) sorted by relevance
118 status_t GetBlockDevSize(int fd, uint64_t* size);119 status_t GetBlockDevSize(const std::string& path, uint64_t* size);
934 status_t GetBlockDevSize(int fd, uint64_t* size) { in GetBlockDevSize() function942 status_t GetBlockDevSize(const std::string& path, uint64_t* size) { in GetBlockDevSize() function950 res = GetBlockDevSize(fd, size); in GetBlockDevSize()959 status_t res = GetBlockDevSize(path, &size); in GetBlockDev512Sectors()1077 if (GetBlockDevSize(fd, &range[1]) != OK) { in WipeBlockDevice()
378 res = GetBlockDevSize(mDevPath, &size); in doFormat()
241 if (GetBlockDevSize(mDevPath, &mSize) != OK) { in readMetadata()