Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dclassid.c319 if (build_sysconf_path(&path, "classid") < 0) in rtnl_tc_read_classid_file()
402 if (build_sysconf_path(&path, "classid") < 0) in rtnl_classid_generate()
Dpktloc.c98 if (build_sysconf_path(&path, "pktloc") < 0) in read_pktlocs()
/external/libnl/include/netlink-private/
Dnetlink.h218 static inline int build_sysconf_path(char **strp, const char *filename) in build_sysconf_path() function