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

  /external/zlib/contrib/iostream3/
zfstream.h 191 std::ios_base::openmode io_mode; member in class:gzfilebuf
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 372 std::ios::openmode io_mode = std::ios::out | std::ios::trunc | local
374 std::ofstream ArchiveFile(TmpArchive.c_str(), io_mode);
432 std::ofstream FinalFile(FinalFilePath.c_str(), io_mode);
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 459 std::ios::openmode io_mode = std::ios::out | std::ios::trunc | local
461 std::ofstream file(I->getPath().c_str(), io_mode);

Completed in 147 milliseconds