Home | History | Annotate | Download | only in stream_server

Lines Matching refs:scan_dir

41                          [-s <scan_dir>]
54 <scan_dir> is a path under the root directory. If specified, only the
55 handlers under scan_dir are scanned. This is useful in saving scan time.
731 parser.add_option('-s', '--scan-dir', '--scan_dir', dest='scan_dir',
918 if not options.scan_dir:
919 options.scan_dir = options.websock_handlers
935 options.scan_dir,