Searched refs:fileout (Results 1 – 9 of 9) sorted by relevance
/third_party/toybox/toys/posix/ |
D | patch.c | 57 int context, state, filein, fileout, filepatch, hunknum; 74 int i = TT.state == 2 ? 2 : TT.fileout; in do_line() 88 if (TT.tempname) replace_tempfile(TT.filein, TT.fileout, &TT.tempname); in finish_oldfile() 89 TT.fileout = TT.filein = -1; in finish_oldfile() 106 if (!FLAG(dry_run)) delete_tempfile(TT.filein, TT.fileout, &TT.tempname); in fail_hunk() 292 TT.filein = TT.fileout = -1; in patch_main() 426 if (FLAG(dry_run)) TT.fileout = xopen("/dev/null", O_RDWR); in patch_main() 427 else TT.fileout = copy_tempfile(TT.filein, name, &TT.tempname); in patch_main()
|
/third_party/python/Lib/ |
D | platform.py | 670 fileout = _syscmd_file(executable, '') 672 fileout = '' 674 if not fileout and \ 686 if 'executable' not in fileout and 'shared object' not in fileout: 691 if '32-bit' in fileout: 693 elif '64-bit' in fileout: 697 if 'ELF' in fileout: 699 elif 'PE' in fileout: 701 if 'Windows' in fileout: 705 elif 'COFF' in fileout: [all …]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | sceneio.cpp | 373 fstream fileout(fileName.c_str(), ios::out); in exportXtext() local 374 fileout << buffer.str(); in exportXtext() 375 fileout.flush(); in exportXtext() 376 fileout.close(); in exportXtext()
|
/third_party/boost/tools/quickbook/src/ |
D | quickbook.cpp | 232 fs::ofstream fileout(options_.output_path); in parse_document() local 234 if (fileout.fail()) { in parse_document() 242 fileout << stage2; in parse_document() 244 if (fileout.fail()) { in parse_document()
|
D | bb2html.cpp | 717 fs::ofstream fileout(path); in write_file() local 719 if (fileout.fail()) { in write_file() 726 fileout << html; in write_file() 728 if (fileout.fail()) { in write_file()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest.cc | 186 FILE* fileout = nullptr; in OpenFileForWriting() local 191 fileout = posix::FOpen(output_file.c_str(), "w"); in OpenFileForWriting() 193 if (fileout == nullptr) { in OpenFileForWriting() 196 return fileout; in OpenFileForWriting() 5601 FILE* fileout = OpenFileForWriting( in ListTestsMatchingFilter() local 5613 fprintf(fileout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter() 5614 fclose(fileout); in ListTestsMatchingFilter()
|
/third_party/googletest/googletest/src/ |
D | gtest.cc | 182 FILE* fileout = nullptr; in OpenFileForWriting() local 187 fileout = posix::FOpen(output_file.c_str(), "w"); in OpenFileForWriting() 189 if (fileout == nullptr) { in OpenFileForWriting() 192 return fileout; in OpenFileForWriting() 6140 FILE* fileout = OpenFileForWriting( in ListTestsMatchingFilter() local 6152 fprintf(fileout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter() 6153 fclose(fileout); in ListTestsMatchingFilter()
|
/third_party/toybox/generated/ |
D | globals.h | 1246 int context, state, filein, fileout, filepatch, hunknum; member
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 1673 FILE* fileout = nullptr; in OpenFileForWriting() local 1678 fileout = posix::FOpen(output_file.c_str(), "w"); in OpenFileForWriting() 1680 if (fileout == nullptr) { in OpenFileForWriting() 1683 return fileout; in OpenFileForWriting() 7624 FILE* fileout = OpenFileForWriting( in ListTestsMatchingFilter() local 7636 fprintf(fileout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter() 7637 fclose(fileout); in ListTestsMatchingFilter()
|