Searched refs:fstype (Results 1 – 2 of 2) sorted by relevance
/system/vold/ |
D | VolumeManager.h | 92 int createAsec(const char *id, unsigned numSectors, const char *fstype,
|
D | VolumeManager.cpp | 240 int VolumeManager::createAsec(const char *id, unsigned int numSectors, const char *fstype, in createAsec() argument 245 const bool wantFilesystem = strcmp(fstype, "none"); in createAsec() 248 usingExt4 = !strcmp(fstype, "ext4"); in createAsec() 251 } else if (strcmp(fstype, "fat")) { in createAsec() 252 SLOGE("Invalid filesystem type %s", fstype); in createAsec()
|