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