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

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp2745 char *mnt_type; local
2750 mnt_type = (char*)malloc(strlen(mntent->mnt_type) + 1);
2752 strcpy(mnt_type, mntent->mnt_type);
2755 if (strcmp(mnt_type, "supermount") == 0)
2760 free(mnt_type);
2761 mnt_type = strdup(tmp + strlen("fs="));
2762 if (mnt_type)
2764 tmp = strchr(mnt_type, ',');
[all...]

Completed in 283 milliseconds