Searched defs:numSectors (Results 1 – 6 of 6) sorted by relevance
/system/vold/fs/ |
D | Ext4.cpp | 154 status_t Resize(const std::string& source, unsigned long numSectors) { in Resize() 164 status_t Format(const std::string& source, unsigned long numSectors, in Format()
|
D | Vfat.cpp | 172 status_t Format(const std::string& source, unsigned long numSectors) { in Format()
|
/system/vold/ |
D | Loop.cpp | 256 int Loop::createImageFile(const char *file, unsigned long numSectors) { in createImageFile() 273 int Loop::resizeImageFile(const char *file, unsigned long numSectors) { in resizeImageFile()
|
D | Devmapper.cpp | 167 unsigned long numSectors, char *ubuffer, size_t len) { in create()
|
D | VolumeManager.cpp | 120 static unsigned long adjustSectorNumExt4(unsigned long numSectors) { in adjustSectorNumExt4() 130 static unsigned long adjustSectorNumFAT(unsigned long numSectors) { in adjustSectorNumFAT() 764 int VolumeManager::createAsec(const char *id, unsigned long numSectors, const char *fstype, in createAsec() 958 int VolumeManager::resizeAsec(const char *id, unsigned long numSectors, const char *key) { in resizeAsec()
|
D | CommandListener.cpp | 415 unsigned long numSectors = (atoi(argv[3]) * (1024 * 1024)) / 512; in runCommand() local 424 unsigned long numSectors = (atoi(argv[3]) * (1024 * 1024)) / 512; in runCommand() local
|