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

/build/tools/
H A Dgenerate-notice-files.py24 import getopt namespace
42 opts, args = getopt.getopt(sys.argv[1:], "h")
43 except getopt.GetoptError, err:
H A Djava-event-log-tags.py27 import getopt namespace
38 opts, args = getopt.getopt(sys.argv[1:], "ho:")
39 except getopt.GetoptError, err:
H A Dmerge-event-log-tags.py28 import getopt namespace
50 opts, args = getopt.getopt(sys.argv[1:], "ho:m:")
51 except getopt.GetoptError, err:
/build/tools/acp/
H A Dacp.c17 #include <getopt.h>
184 ic = getopt(argc, argv, "defprtuv");
/build/tools/fs_config/
H A Dfs_config.c80 while((opt = getopt(argc, argv, "CS:")) != -1) {
/build/tools/atree/
H A Datree.cpp119 int opt = getopt(argc, argv, "f:I:o:hlm:v:d");
/build/tools/releasetools/
H A Dcommon.py17 import getopt namespace
619 opts, args = getopt.getopt(
625 except getopt.GetoptError, err:
/build/libs/host/
H A DCopyFile.c19 #include <getopt.h>

Completed in 109 milliseconds