Functions | |
void | create_dir (char *, int) |
FILE * | create_file (char *, int) |
int | def (FILE *, FILE *, int) |
int | inf (FILE *, FILE *) |
int | is_end_of_archive (const char *) |
void | md5_File (std::string, char *) |
int | parseoct (const char *, size_t) |
void | Untar (FILE *, const char *) |
int | Unzip (std::string, std::string) |
int | verify_checksum (const char *) |
void | zerr (int) |
void spu::create_dir | ( | char * | pathname, |
int | mode | ||
) |
Definition at line 212 of file SherpackUtilities.cc.
References eostools::mkdir(), AlCaHLTBitMon_ParallelJobs::p, and alignCSCRings::r.
Referenced by create_file(), and Untar().
FILE * spu::create_file | ( | char * | pathname, |
int | mode | ||
) |
Definition at line 238 of file SherpackUtilities.cc.
References create_dir(), validate-o2o-wbm::f, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by Untar().
int spu::def | ( | FILE * | source, |
FILE * | dest, | ||
int | level | ||
) |
Definition at line 14 of file SherpackUtilities.cc.
References cms::cuda::assert(), CHUNK, recoMuon::in, submitPVResolutionJobs::out, and runTheMatrix::ret.
Referenced by FWProxyBuilderConfiguration::assertParam(), BOOST_PYTHON_MODULE(), CSCOfflineClient::dqmEndJob(), DTReadOutMapping::expandMap(), DTExpandMap::expandSteering(), MonRunOutcomeDef::fetchAllDefs(), edm::service::ThreadSafeLogMessageLoggerScribe::getAparameter(), popcon::EcalSRPHandler::getNewObjects(), evf::EvFDaqDirector::getNFilesFromEoLS(), FWTableWidget::handleResize(), MagCylinder::MagCylinder(), MultipleAlgoIterator::offsetCorrectJets(), ReflectedIterator::offsetCorrectJets(), ParametrizedSubtractor::offsetCorrectJets(), PYBIND11_MODULE(), and L1DataEmulDigi::reset().
int spu::inf | ( | FILE * | source, |
FILE * | dest | ||
) |
Definition at line 69 of file SherpackUtilities.cc.
References cms::cuda::assert(), CHUNK, recoMuon::in, submitPVResolutionJobs::out, and runTheMatrix::ret.
Referenced by Unzip().
int spu::is_end_of_archive | ( | const char * | p | ) |
Definition at line 203 of file SherpackUtilities.cc.
References dqmiodumpmetadata::n.
Referenced by Untar().
void spu::md5_File | ( | std::string | filename, |
char * | result | ||
) |
Definition at line 486 of file SherpackUtilities.cc.
References edmScanValgrind::buffer, ztee::fd, isotrackApplyRegressor::k, SiPixelLorentzAngle_cfi::read, and createJobs::tmp.
Referenced by spf::SherpackFetcher::Fetch().
int spu::parseoct | ( | const char * | p, |
size_t | n | ||
) |
Definition at line 186 of file SherpackUtilities.cc.
References mps_fire::i, dqmiodumpmetadata::n, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by Untar(), and verify_checksum().
void spu::Untar | ( | FILE * | a, |
const char * | path | ||
) |
Definition at line 268 of file SherpackUtilities.cc.
References create_dir(), create_file(), validate-o2o-wbm::f, is_end_of_archive(), isotrackApplyRegressor::k, parseoct(), gpuVertexFinder::printf(), and verify_checksum().
Referenced by spf::SherpackFetcher::Fetch().
int spu::Unzip | ( | std::string | infile, |
std::string | outfile | ||
) |
Definition at line 153 of file SherpackUtilities.cc.
References recoMuon::in, inf(), submitPVResolutionJobs::out, runTheMatrix::ret, SET_BINARY_MODE, and zerr().
Referenced by spf::SherpackFetcher::Fetch().
int spu::verify_checksum | ( | const char * | p | ) |
Definition at line 255 of file SherpackUtilities.cc.
References dqmiodumpmetadata::n, and parseoct().
Referenced by Untar().
void spu::zerr | ( | int | ret | ) |
Definition at line 129 of file SherpackUtilities.cc.
References submitPVResolutionJobs::stdout.
Referenced by MultiFileBlob::expand(), MultiFileBlob::finalized(), FileBlob::getUncompressedBlob(), TkMSParameterizationBuilder::produce(), FileBlob::read(), Unzip(), FileBlob::write(), and MillePedeFileExtractor::writeGzipped().