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

/system/vold/
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 54 milliseconds