Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.h146 int createAsec(const char *id, unsigned numSectors, const char *fstype,
DVolumeManager.cpp770 int VolumeManager::createAsec(const char *id, unsigned int numSectors, const char *fstype, in createAsec() argument
781 const bool wantFilesystem = strcmp(fstype, "none"); in createAsec()
784 usingExt4 = !strcmp(fstype, "ext4"); in createAsec()
787 } else if (strcmp(fstype, "fat")) { in createAsec()
788 SLOGE("Invalid filesystem type %s", fstype); in createAsec()