Home
last modified time | relevance | path

Searched refs:mntpoint (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libselinux/src/
Dload_policy.c372 const char *mntpoint = NULL; in hidden_def() local
376 mntpoint = SELINUXMNT; in hidden_def()
380 mntpoint = OLDSELINUXMNT; in hidden_def()
386 mntpoint = OLDSELINUXMNT; in hidden_def()
390 if (! mntpoint ) { in hidden_def()
406 set_selinuxmnt(mntpoint); in hidden_def()
/external/fio/
Dcgroup.c24 char *mntpoint = NULL; in find_cgroup_mnt() local
42 mntpoint = smalloc_strdup(mnt->mnt_dir); in find_cgroup_mnt()
47 return mntpoint; in find_cgroup_mnt()