Lines Matching refs:EC
146 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) {
149 setError(EC, S);
164 if (std::error_code EC = sys::fs::createUniqueFile(
168 setError(EC, S);
175 if (auto EC = getHostID(HostID)) {
176 setError(EC, "failed to get host id");
192 auto EC = make_error_code(errc::no_space_on_device);
195 setError(EC, S);
207 std::error_code EC =
209 if (!EC) {
214 if (EC != errc::file_exists) {
218 setError(EC, OSS.str());
238 if ((EC = sys::fs::remove(LockFileName))) {
241 setError(EC, S);