Home
last modified time | relevance | path

Searched refs:thefile (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/icu-small/source/tools/genrb/
Dderb.cpp256 icu::CharString thefile; in main() local
258 thefile.append(outputDir, status); in main()
260 thefile.appendPathPart(filename, status); in main()
262 thefile.truncate(thefile.length() - (int32_t)uprv_strlen(ext)); in main()
264 thefile.append(".txt", status); in main()
269 out = u_fopen(thefile.data(), "w", NULL, encoding); in main()
271 u_fprintf(ustderr, "%s: couldn't create %s\n", pname, thefile.data()); in main()
/third_party/icu/icu4c/source/tools/genrb/
Dderb.cpp256 icu::CharString thefile; in main() local
258 thefile.append(outputDir, status); in main()
260 thefile.appendPathPart(filename, status); in main()
262 thefile.truncate(thefile.length() - (int32_t)uprv_strlen(ext)); in main()
264 thefile.append(".txt", status); in main()
269 out = u_fopen(thefile.data(), "w", NULL, encoding); in main()
271 u_fprintf(ustderr, "%s: couldn't create %s\n", pname, thefile.data()); in main()
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dderb.cpp256 icu::CharString thefile; in main() local
258 thefile.append(outputDir, status); in main()
260 thefile.appendPathPart(filename, status); in main()
262 thefile.truncate(thefile.length() - (int32_t)uprv_strlen(ext)); in main()
264 thefile.append(".txt", status); in main()
269 out = u_fopen(thefile.data(), "w", NULL, encoding); in main()
271 u_fprintf(ustderr, "%s: couldn't create %s\n", pname, thefile.data()); in main()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dderb.cpp256 icu::CharString thefile; in main() local
258 thefile.append(outputDir, status); in main()
260 thefile.appendPathPart(filename, status); in main()
262 thefile.truncate(thefile.length() - (int32_t)uprv_strlen(ext)); in main()
264 thefile.append(".txt", status); in main()
269 out = u_fopen(thefile.data(), "w", NULL, encoding); in main()
271 u_fprintf(ustderr, "%s: couldn't create %s\n", pname, thefile.data()); in main()
/third_party/python/Tools/peg_generator/pegen/
Dkeywordgen.py66 with args.keyword_file as thefile:
72 thefile.write(TEMPLATE.format(keywords=keywords, soft_keywords=soft_keywords))
/third_party/python/Lib/ctypes/
Dutil.py99 with open(filename, 'br') as thefile:
100 return thefile.read(4) == elf_header
/third_party/python/Lib/
Dshutil.py1462 for thefile in files:
1463 name = os.path.join(dir, thefile)
/third_party/node/doc/api/
Ddeprecations.md2489 filehandle = await fsPromises.open('thefile.txt', 'r');
Dfs.md227 filehandle = await open('thefile.txt', 'r');