Searched refs:_map_path (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dutil.py119 def _map_path(root, path): function
145 cmd = [_map_path(root, "/usr/lib/rad/rad"),
146 "-M", _map_path(root, "/usr/lib/rad/transport/mod_pipe.so"),
147 "-M", _map_path(root, "/usr/lib/rad/protocol/mod_proto_rad.so")]
151 cmd.extend(["-M", _map_path(root, module)])
153 cmd.extend(["-m", _map_path(root, "/usr/lib/rad/module"),
154 "-m", _map_path(root, "/usr/lib/rad/site-modules")])

Completed in 20 milliseconds