Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
A Dcommon.c447 FILE *mntfile = NULL; in build_pinned_obj_table() local
452 mntfile = setmntent("/proc/mounts", "r"); in build_pinned_obj_table()
453 if (!mntfile) in build_pinned_obj_table()
459 while ((mntent = getmntent(mntfile))) { in build_pinned_obj_table()
468 fclose(mntfile); in build_pinned_obj_table()

Completed in 6 milliseconds