Home
last modified time | relevance | path

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

/external/python/setuptools/pkg_resources/_vendor/
Dappdirs.py100 def site_data_dir(appname=None, appauthor=None, version=None, multipath=False): argument
155 if multipath:
206 def site_config_dir(appname=None, appauthor=None, version=None, multipath=False): argument
250 if multipath:
368 multipath=False): argument
373 self.multipath = multipath
383 version=self.version, multipath=self.multipath)
393 version=self.version, multipath=self.multipath)
/external/libnl/lib/route/
Droute_obj.c562 __ADD(ROUTE_ATTR_MULTIPATH, multipath)
1256 struct nlattr *multipath; in rtnl_route_build_msg() local
1259 if (!(multipath = nla_nest_start(msg, RTA_MULTIPATH))) in rtnl_route_build_msg()
1284 nla_nest_end(msg, multipath); in rtnl_route_build_msg()