Searched refs:fstype (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolumeManager.h92 int createAsec(const char *id, unsigned numSectors, const char *fstype,
H A DVolumeManager.cpp240 int VolumeManager::createAsec(const char *id, unsigned int numSectors, const char *fstype, argument
245 const bool wantFilesystem = strcmp(fstype, "none");
248 usingExt4 = !strcmp(fstype, "ext4");
251 } else if (strcmp(fstype, "fat")) {
252 SLOGE("Invalid filesystem type %s", fstype);

Completed in 255 milliseconds