Searched refs:mnt_type (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/misc/ |
D | e4defrag.c | 297 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/ |
D | getmountlist.c | 152 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/ |
D | fsck.c | 98 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/ |
D | cgroup.c | 36 if (!strcmp(mnt->mnt_type, "cgroup") && in find_cgroup_mnt()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 379 char *mnt_type; member
|
D | sanitizer_platform_limits_posix.cc | 1057 CHECK_SIZE_AND_OFFSET(mntent, mnt_type);
|
D | sanitizer_common_interceptors.inc | 3131 if (mnt->mnt_type) 3132 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mnt->mnt_type, 3133 REAL(strlen)(mnt->mnt_type) + 1);
|
/external/ppp/pppd/ |
D | sys-linux.c | 1431 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/ |
D | msan_test.cc | 2118 ASSERT_NE(0U, strlen(mnt->mnt_type)); in TEST() 2136 ASSERT_NE(0U, strlen(mnt->mnt_type)); in TEST()
|