Searched refs:fs_type (Results 1 - 6 of 6) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr.c390 ERROR("Error parsing fs_type\n");
393 fstab->recs[cnt].fs_type = strdup(p);
441 free(fstab->recs[i].fs_type);
458 static void check_fs(char *blk_device, char *fs_type, char *target) argument
471 if (!strcmp(fs_type, "ext2") || !strcmp(fs_type, "ext3") || !strcmp(fs_type, "ext4")) {
485 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts);
591 if (!strcmp(fstab->recs[i].fs_type, "swap") ||
592 !strcmp(fstab->recs[i].fs_type, "emm
881 fs_mgr_add_entry(struct fstab *fstab, const char *mount_point, const char *fs_type, const char *blk_device, long long length) argument
[all...]
/system/core/fs_mgr/include/
H A Dfs_mgr.h36 char *fs_type; member in struct:fstab_rec
59 const char *mount_point, const char *fs_type,
/system/vold/
H A Dfstrim.c69 if (!strcmp(fstab->recs[i].fs_type, "emmc") ||
70 !strcmp(fstab->recs[i].fs_type, "mtd")) {
H A Dmain.cpp186 !strcmp(fstab->recs[i].fs_type, "vfat")) {
H A Dcryptfs.c1071 char fs_type[32]; local
/system/core/fastboot/
H A Dengine.c128 char *fs_type; member in struct:generator
166 if (!strncmp(generators[i].fs_type, response, FB_RESPONSE_SZ)) {
324 if (!strncmp(generators[i].fs_type, response, FB_RESPONSE_SZ)) {

Completed in 160 milliseconds