Home
last modified time | relevance | path

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

/system/vold/model/
DObbVolume.cpp61 if (GetBlockDev512Sectors(mLoopPath, &nr_sec) != OK) { in doCreate()
/system/vold/
DUtils.h89 status_t GetBlockDev512Sectors(const std::string& path, uint64_t* nr_sec);
DMetadataCrypt.cpp160 if (android::vold::GetBlockDev512Sectors(real_blkdev, nr_sec) != android::OK) { in get_number_of_sectors()
Dcryptfs.cpp1903 if (android::vold::GetBlockDev512Sectors(real_blkdev, &nr_sec) != android::OK) { in cryptfs_setup_ext_volume()
2210 if (android::vold::GetBlockDev512Sectors(real_blkdev, &nr_sec) != android::OK) { in cryptfs_enable_internal()
DUtils.cpp543 status_t GetBlockDev512Sectors(const std::string& path, uint64_t* nr_sec) { in GetBlockDev512Sectors() function