Searched refs:GetBlockDev512Sectors (Results 1 – 5 of 5) sorted by relevance
61 if (GetBlockDev512Sectors(mLoopPath, &nr_sec) != OK) { in doCreate()
89 status_t GetBlockDev512Sectors(const std::string& path, uint64_t* nr_sec);
176 if (android::vold::GetBlockDev512Sectors(real_blkdev, nr_sec) != android::OK) { in get_number_of_sectors()
1872 if (android::vold::GetBlockDev512Sectors(real_blkdev, &nr_sec) != android::OK) { in cryptfs_setup_ext_volume()2173 if (android::vold::GetBlockDev512Sectors(real_blkdev, &nr_sec) != android::OK) { in cryptfs_enable_internal()
545 status_t GetBlockDev512Sectors(const std::string& path, uint64_t* nr_sec) { in GetBlockDev512Sectors() function