Home
last modified time | relevance | path

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

/third_party/python/Programs/
H A D_freeze_module.c179 write_frozen(const char *outpath, const char *inpath, const char *name, in write_frozen() argument
184 FILE *outfile = fopen(outpath, "w"); in write_frozen()
186 fprintf(stderr, "cannot open '%s' for writing\n", outpath); in write_frozen()
196 fprintf(stderr, "error when writing to '%s'\n", outpath); in write_frozen()
207 const char *name, *inpath, *outpath; in main() local
221 outpath = argv[3]; in main()
236 int res = write_frozen(outpath, inpath, name, marshalled); in main()
H A D_freeze_module.py46 def write_frozen(outpath: str, inpath: str, name: str, marshalled: bytes) -> None:
47 with open(outpath, "w") as outfile:
60 outpath = sys.argv[3]
64 write_frozen(outpath, inpath, name, marshalled)
/third_party/python/Tools/i18n/
H A Dpygettext.py549 outpath = ''
591 options.outpath = arg
674 if options.outpath:
675 options.outfile = os.path.join(options.outpath, options.outfile)
543 outpath = '' global() variable in main.Options

Completed in 2 milliseconds