Searched refs:GetBlockDevSize (Results 1 – 5 of 5) sorted by relevance
/system/vold/ |
D | Utils.h | 111 status_t GetBlockDevSize(int fd, uint64_t* size); 112 status_t GetBlockDevSize(const std::string& path, uint64_t* size);
|
D | Utils.cpp | 876 status_t GetBlockDevSize(int fd, uint64_t* size) { in GetBlockDevSize() function 884 status_t GetBlockDevSize(const std::string& path, uint64_t* size) { in GetBlockDevSize() function 892 res = GetBlockDevSize(fd, size); in GetBlockDevSize() 901 status_t res = GetBlockDevSize(path, &size); in GetBlockDev512Sectors() 1022 if (GetBlockDevSize(fd, &range[1]) != OK) { in WipeBlockDevice()
|
D | cryptfs.cpp | 546 if (android::vold::GetBlockDevSize(real_blkdev, &cached_off) == android::OK) { in get_crypt_ftr_info()
|
/system/vold/model/ |
D | PublicVolume.cpp | 322 res = GetBlockDevSize(mDevPath, &size); in doFormat()
|
D | Disk.cpp | 241 if (GetBlockDevSize(mDevPath, &mSize) != OK) { in readMetadata()
|