Searched refs:errorHolder (Results 1 – 2 of 2) sorted by relevance
91 if (!state.errorHolder.hasError()) { in handleOneInput()110 ErrorHolder &errorHolder) { in openInputFile() argument119 errorHolder.setError("Output file is a directory -- ignored"); in openInputFile()124 if (!errorHolder.check(inputFd != nullptr, "Failed to open input file")) { in openInputFile()143 state.errorHolder.setError("Output file exists"); in openOutputFile()152 state.errorHolder.setError("Not overwritten"); in openOutputFile()158 if (!state.errorHolder.check( in openOutputFile()171 if (state.errorHolder.hasError()) { in pzstdMain()174 state.errorHolder.getError().c_str()); in pzstdMain()178 auto inputFd = openInputFile(input, state.errorHolder); in pzstdMain()[all …]
86 ErrorHolder errorHolder; variable