Searched refs:thefile (Results 1 – 5 of 5) sorted by relevance
/external/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()
|
/external/python/cpython3/Lib/ |
D | shutil.py | 1171 for thefile in files: 1172 name = os.path.join(dir, thefile)
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 14655 PASS: gdb.linespec/skip-two.exp: skip file thefile.cc 14658 PASS: gdb.linespec/skip-two.exp: dupname ignored for thefile.cc
|
D | i686-pc-linux-gnu | 14433 PASS: gdb.linespec/skip-two.exp: skip file thefile.cc 14436 PASS: gdb.linespec/skip-two.exp: dupname ignored for thefile.cc
|
D | armv7a-cros-linux-gnueabi | 14359 PASS: gdb.linespec/skip-two.exp: skip file thefile.cc 14362 PASS: gdb.linespec/skip-two.exp: dupname ignored for thefile.cc
|