makeFileChannel    95 gui/ScreenShotter.cpp         boost::shared_ptr<IOChannel> t(makeFileChannel(f, true));
makeFileChannel    73 libbase/StreamProvider.cpp 			stream = makeFileChannel(newin, true);
makeFileChannel    85 libbase/StreamProvider.cpp 			stream = makeFileChannel(newin, true);
makeFileChannel   138 libbase/StreamProvider.cpp 			stream = makeFileChannel(newin, false);
makeFileChannel   148 libbase/StreamProvider.cpp 			stream = makeFileChannel(newin, false);
makeFileChannel    22 libbase/tu_file.h DSOEXPORT std::auto_ptr<IOChannel> makeFileChannel(FILE* fp, bool close);
makeFileChannel   153 testsuite/libbase.all/NoSeekFileTest.cpp     std::auto_ptr<gnash::IOChannel> orig = gnash::makeFileChannel(f, false);