Searched refs:mnt_type (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/misc/ |
D | e4defrag.c | 243 if (strcmp(mnt->mnt_type, FS_EXT4) == 0) { in get_mount_point() 266 char *mnt_type = NULL; in is_ext4() local 310 mnt_type = realloc(mnt_type, strlen(mnt->mnt_type) + 1); in is_ext4() 311 if (mnt_type == NULL) { in is_ext4() 315 memset(mnt_type, 0, strlen(mnt->mnt_type) + 1); in is_ext4() 316 strncpy(mnt_type, mnt->mnt_type, strlen(mnt->mnt_type)); in is_ext4() 322 if (mnt_type && strcmp(mnt_type, FS_EXT4) == 0) { in is_ext4() 323 FREE(mnt_type); in is_ext4() 326 FREE(mnt_type); in is_ext4()
|
D | e4crypt.c | 620 if (strcmp(mnt->mnt_type, "ext4") || in get_default_salts()
|
/external/toybox/lib/ |
D | portability.c | 141 strlen(me->mnt_dir) + strlen(me->mnt_type) + strlen(me->mnt_opts) + 4); in xgetmountlist() 152 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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 395 char *mnt_type; member
|
D | sanitizer_platform_limits_posix.cc | 1121 CHECK_SIZE_AND_OFFSET(mntent, mnt_type);
|
D | sanitizer_common_interceptors.inc | 3589 if (mnt->mnt_type) 3590 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mnt->mnt_type, 3591 REAL(strlen)(mnt->mnt_type) + 1);
|
/external/f2fs-tools/tools/ |
D | f2fscrypt.c | 657 if (strcmp(mnt->mnt_type, "f2fs") || in get_default_salts()
|
/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 | 2135 ASSERT_NE(0U, strlen(mnt->mnt_type)); in TEST() 2153 ASSERT_NE(0U, strlen(mnt->mnt_type)); in TEST()
|