Searched refs:multipath (Results 1 – 3 of 3) sorted by relevance
/external/python/setuptools/pkg_resources/_vendor/ |
D | appdirs.py | 100 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/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateEnglishChanged.java | 91 String multipath = "("; in main() local 122 multipath += "|" + path; in main() 127 multipath += ")"; in main() 128 Pattern pathPattern = Pattern.compile(multipath); in main()
|
/external/libnl/lib/route/ |
D | route_obj.c | 588 __ADD(ROUTE_ATTR_MULTIPATH, multipath), 1440 struct nlattr *multipath; in rtnl_route_build_msg() local 1443 if (!(multipath = nla_nest_start(msg, RTA_MULTIPATH))) in rtnl_route_build_msg() 1479 nla_nest_end(msg, multipath); in rtnl_route_build_msg()
|