HomeSort by relevance Sort by last modified time
    Searched defs:mnt_type (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/
mntent.h 52 char* mnt_type; member in struct:mntent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
mntent.h 58 char *mnt_type; /* Type of filesystem: ufs, nfs, etc. */ member in struct:mntent
  /external/e2fsprogs/misc/
e4defrag.c 241 if (strcmp(mnt->mnt_type, FS_EXT4) == 0) {
264 char *mnt_type = NULL; local
308 mnt_type = realloc(mnt_type, strlen(mnt->mnt_type) + 1);
309 if (mnt_type == NULL) {
313 memset(mnt_type, 0, strlen(mnt->mnt_type) + 1);
314 strncpy(mnt_type, mnt->mnt_type, strlen(mnt->mnt_type))
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 395 char *mnt_type; member in struct:__sanitizer::__sanitizer_mntent
    [all...]

Completed in 84 milliseconds