Searched refs:thefile (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | derb.cpp | 256 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/ |
D | derb.cpp | 256 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/ |
D | derb.cpp | 256 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/ |
D | derb.cpp | 256 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/ |
D | keywordgen.py | 66 with args.keyword_file as thefile: 72 thefile.write(TEMPLATE.format(keywords=keywords, soft_keywords=soft_keywords))
|
/third_party/python/Lib/ctypes/ |
D | util.py | 99 with open(filename, 'br') as thefile: 100 return thefile.read(4) == elf_header
|
/third_party/python/Lib/ |
D | shutil.py | 1462 for thefile in files: 1463 name = os.path.join(dir, thefile)
|
/third_party/node/doc/api/ |
D | deprecations.md | 2489 filehandle = await fsPromises.open('thefile.txt', 'r');
|
D | fs.md | 227 filehandle = await open('thefile.txt', 'r');
|