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

  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 67 UString ArchiveName;
ArchiveCommandLine.cpp 866 options.ArchiveName = nonSwitchStrings[curCommandIndex++];
867 if (options.ArchiveName.IsEmpty())
904 AddNameToCensor(archiveWildcardCensor, options.ArchiveName, true, NRecursedType::kNonRecursed);
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 136 static std::string ArchiveName;
163 ArchiveName = RestOfArgs[0];
737 failIfError(sys::fs::createUniqueFile(ArchiveName + ".temp-archive-%%%%%%%.a",
821 sys::fs::rename(TemporaryOutput, ArchiveName);
881 error_code EC = MemoryBuffer::getFile(ArchiveName, Buf, -1, false);
883 errs() << argv[0] << ": error opening '" << ArchiveName
892 errs() << argv[0] << ": error loading '" << ArchiveName
903 failIfError(EC, Twine("error loading '") + ArchiveName + "'");
907 errs() << argv[0] << ": creating " << ArchiveName << "\n";
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 519 if (!uo.Init(codecs, formatIndices, options.ArchiveName))

Completed in 175 milliseconds