Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dcommon.c444 FILE *mntfile = NULL; in build_pinned_obj_table() local
449 mntfile = setmntent("/proc/mounts", "r"); in build_pinned_obj_table()
450 if (!mntfile) in build_pinned_obj_table()
456 while ((mntent = getmntent(mntfile))) { in build_pinned_obj_table()
465 fclose(mntfile); in build_pinned_obj_table()