Home
last modified time | relevance | path

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

/tools/bpf/bpftool/
Dcommon.c364 FILE *mntfile = NULL; in build_pinned_obj_table() local
369 mntfile = setmntent("/proc/mounts", "r"); in build_pinned_obj_table()
370 if (!mntfile) in build_pinned_obj_table()
373 while ((mntent = getmntent(mntfile))) { in build_pinned_obj_table()
406 fclose(mntfile); in build_pinned_obj_table()
419 fclose(mntfile); in build_pinned_obj_table()