Searched refs:GetBlockDevSize (Results 1 – 5 of 5) sorted by relevance
/system/vold/ |
D | Utils.h | 86 status_t GetBlockDevSize(int fd, uint64_t* size); 87 status_t GetBlockDevSize(const std::string& path, uint64_t* size);
|
D | Utils.cpp | 522 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()
|
D | cryptfs.cpp | 543 if (android::vold::GetBlockDevSize(real_blkdev, &cached_off) == android::OK) { in get_crypt_ftr_info()
|
/system/vold/model/ |
D | PublicVolume.cpp | 264 res = GetBlockDevSize(mDevPath, &size); in doFormat()
|
D | Disk.cpp | 217 if (GetBlockDevSize(mDevPath, &mSize) != OK) { in readMetadata()
|