Home
last modified time | relevance | path

Searched refs:mnt_type (Results 1 – 9 of 9) sorted by relevance

/external/e2fsprogs/misc/
De4defrag.c297 if (strcmp(mnt->mnt_type, FS_EXT4) == 0) { in get_mount_point()
320 char *mnt_type = NULL; in is_ext4() local
364 mnt_type = realloc(mnt_type, strlen(mnt->mnt_type) + 1); in is_ext4()
365 if (mnt_type == NULL) { in is_ext4()
369 memset(mnt_type, 0, strlen(mnt->mnt_type) + 1); in is_ext4()
370 strncpy(mnt_type, mnt->mnt_type, strlen(mnt->mnt_type)); in is_ext4()
376 if (mnt_type && strcmp(mnt_type, FS_EXT4) == 0) { in is_ext4()
377 FREE(mnt_type); in is_ext4()
380 FREE(mnt_type); in is_ext4()
/external/toybox/lib/
Dgetmountlist.c152 strlen(me->mnt_dir) + strlen(me->mnt_type) + strlen(me->mnt_opts) + 4); in xgetmountlist()
163 mt->dir = stpcpy(mt->type, me->mnt_type)+1; in xgetmountlist()
/external/toybox/toys/pending/
Dfsck.c98 if (strchr(f_info->mnt_type, ',')) temp->type = xstrdup("auto"); in create_db()
99 else temp->type = xstrdup(f_info->mnt_type); in create_db()
403 mt.mnt_type = "auto"; in fsck_main()
/external/fio/
Dcgroup.c36 if (!strcmp(mnt->mnt_type, "cgroup") && in find_cgroup_mnt()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h379 char *mnt_type; member
Dsanitizer_platform_limits_posix.cc1057 CHECK_SIZE_AND_OFFSET(mntent, mnt_type);
Dsanitizer_common_interceptors.inc3131 if (mnt->mnt_type)
3132 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mnt->mnt_type,
3133 REAL(strlen)(mnt->mnt_type) + 1);
/external/ppp/pppd/
Dsys-linux.c1431 if (strcmp(mntent->mnt_type, MNTTYPE_IGNORE) == 0) in path_to_procfs()
1433 if (strcmp(mntent->mnt_type, "proc") == 0) { in path_to_procfs()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2118 ASSERT_NE(0U, strlen(mnt->mnt_type)); in TEST()
2136 ASSERT_NE(0U, strlen(mnt->mnt_type)); in TEST()