Searched refs:datfile (Results 1 - 2 of 2) sorted by relevance
/third_party/node/tools/icu/ |
H A D | icutrim.py | 47 dest="datfile", 91 for opt in [ "datfile", "filterfile", "tmpdir", "outfile" ]: 125 if not os.path.isfile(options.datfile): 126 print("Datfile doesn't exist: %s" % (options.datfile)) 129 if not options.datfile.endswith(".dat"): 130 print("Datfile doesn't end with .dat: %s" % (options.datfile)) 181 runcmd("icupkg", "-t%s %s %s""" % (endian_letter, options.datfile, outfile))
|
/third_party/ltp/testcases/realtime/lib/ |
H A D | libstats.c | 320 char *datfile; in stats_container_save() local 328 if (asprintf(&datfile, "%s.dat", filename) == -1) { in stats_container_save() 340 if ((dat_fd = fopen(datfile, "w")) == NULL) { in stats_container_save() 368 maxx + 1, maxy + 1, datfile, mode); in stats_container_save()
|
Completed in 2 milliseconds