Searched defs:numSectors (Results 1 – 6 of 6) sorted by relevance
| /system/vold/fs/ |
| D | Ext4.cpp | 158 status_t Resize(const std::string& source, unsigned long numSectors) { in Resize() 168 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 | 297 int Loop::createImageFile(const char *file, unsigned long numSectors) { in createImageFile() 313 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 | 126 static unsigned long adjustSectorNumExt4(unsigned long numSectors) { in adjustSectorNumExt4() 136 static unsigned long adjustSectorNumFAT(unsigned long numSectors) { in adjustSectorNumFAT() 835 int VolumeManager::createAsec(const char *id, unsigned long numSectors, const char *fstype, in createAsec() 1029 int VolumeManager::resizeAsec(const char *id, unsigned long numSectors, const char *key) { in resizeAsec()
|
| D | CommandListener.cpp | 418 unsigned long numSectors = (atoi(argv[3]) * (1024 * 1024)) / 512; in runCommand() local 427 unsigned long numSectors = (atoi(argv[3]) * (1024 * 1024)) / 512; in runCommand() local
|