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

/system/update_engine/common/
H A Dutils.cc692 for (const char* fstype : fstypes) {
693 int rc = mount(device.c_str(), mountpoint.c_str(), fstype, mountflags,
699 << " on " << mountpoint << " as " << fstype; local
/system/vold/
H A DVolumeManager.cpp764 int VolumeManager::createAsec(const char *id, unsigned long numSectors, const char *fstype, argument
775 const bool wantFilesystem = strcmp(fstype, "none");
778 usingExt4 = !strcmp(fstype, "ext4");
781 } else if (strcmp(fstype, "fat")) {
782 SLOGE("Invalid filesystem type %s", fstype);

Completed in 59 milliseconds