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

/external/e2fsprogs/misc/
H A De4defrag.c297 if (strcmp(mnt->mnt_type, FS_EXT4) == 0) {
320 char *mnt_type = NULL; local
364 mnt_type = realloc(mnt_type, strlen(mnt->mnt_type) + 1);
365 if (mnt_type == NULL) {
369 memset(mnt_type, 0, strlen(mnt->mnt_type) + 1);
370 strncpy(mnt_type, mnt->mnt_type, strle
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h391 char *mnt_type; member in struct:__sanitizer::__sanitizer_mntent

Completed in 85 milliseconds