Searched defs:getopt (Results 1 - 2 of 2) sorted by relevance

/development/build/tools/
H A Dmk_sources_zip.py21 import getopt namespace
91 opts, args = getopt.getopt(argv[1:],
94 except getopt.GetoptError, e:
/development/scripts/
H A Dstack7 import getopt namespace
361 options, arguments = getopt.getopt(sys.argv[1:], "",
366 except getopt.GetoptError, unused_error:

Completed in 100 milliseconds