HomeSort by relevance Sort by last modified time
    Searched refs:OpenOutputFile (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/slang/
slang.cpp 119 OpenOutputFile(const char *OutputFile,
343 OS = OpenOutputFile(OutputFile, 0, &Error, mDiagEngine);
351 OS = OpenOutputFile(OutputFile, llvm::raw_fd_ostream::F_Binary,
374 mDOS.reset(OpenOutputFile(OutputFile, 0, &Error, mDiagEngine));
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 125 bool OpenOutputFile();
293 bool VCDiffFileBasedCoder::OpenOutputFile() {
374 if (!OpenDictionary() || !OpenInputFile() || !OpenOutputFile()) {
445 if (!OpenDictionary() || !OpenInputFile() || !OpenOutputFile()) {
  /external/open-vcdiff/src/
vcdiff_main.cc 126 bool OpenOutputFile();
294 bool VCDiffFileBasedCoder::OpenOutputFile() {
375 if (!OpenDictionary() || !OpenInputFile() || !OpenOutputFile()) {
449 if (!OpenDictionary() || !OpenInputFile() || !OpenOutputFile()) {

Completed in 209 milliseconds