HomeSort by relevance Sort by last modified time
    Searched refs:mountinfo (Results 1 - 5 of 5) sorted by null

  /external/syslinux/extlinux/
mountinfo.h 18 struct mountinfo { struct
19 struct mountinfo *next;
20 struct mountinfo *parent;
33 const struct mountinfo *find_mount(const char *path, char **subpath);
mountinfo.c 21 #include "mountinfo.h"
24 * Parse /proc/self/mountinfo
63 static void free_mountinfo(struct mountinfo *m)
65 struct mountinfo *nx;
79 static struct mountinfo *head = NULL, **tail = &head;
84 struct mountinfo *m, *mm;
90 f = fopen("/proc/self/mountinfo", "r");
95 m = malloc(sizeof(struct mountinfo));
195 const struct mountinfo *find_mount(const char *path, char **subpath)
199 const struct mountinfo *m, *best
    [all...]
Makefile 26 mountinfo.c \
main.c 62 #include "mountinfo.h"
1168 const struct mountinfo *m;
    [all...]
  /external/selinux/policycoreutils/scripts/
fixfiles 74 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`
82 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`

Completed in 120 milliseconds