Home
last modified time | relevance | path

Searched refs:OutFileName (Results 1 – 3 of 3) sorted by relevance

/external/curl/docs/examples/
Dsynctime.c204 int SyncTime_CURL_Fetch(CURL *curl, char *URL_Str, char *OutFileName, in SyncTime_CURL_Fetch() argument
214 outfile = fopen(OutFileName, "wb"); in SyncTime_CURL_Fetch()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineVerifier.cpp54 OutFileName(getenv("LLVM_VERIFY_MACHINEINSTRS")) in MachineVerifier()
61 const char *const OutFileName; member
243 if (OutFileName) { in runOnMachineFunction()
245 OutFile = new raw_fd_ostream(OutFileName, ErrorInfo, in runOnMachineFunction()
248 errs() << "Error opening '" << OutFileName << "': " << ErrorInfo << '\n'; in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp1236 std::string OutFileName = opts::exportstream::OutputFile; in exportStream() local
1248 << OutFileName << ".\n"; in exportStream()
1256 << "' (index " << Index << ") to file " << OutFileName << ".\n"; in exportStream()
1262 FileOutputBuffer::create(OutFileName, SourceStream->getLength())); in exportStream()