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

/system/core/libsparse/
H A Dsimg_dump.py18 import getopt, posixpath, signal, struct, sys namespace
36 opts, args = getopt.getopt(sys.argv[1:],
39 except getopt.GetoptError, e:
/system/extras/tests/sdcard/
H A Dplot_sdcard.py39 import getopt namespace
309 (optlist, args) = getopt.getopt(argv[1:],
311 except getopt.GetoptError, err:

Completed in 20 milliseconds