Searched refs:RemoveEC (Results 1 – 1 of 1) sorted by relevance
1243 std::error_code RemoveEC; in discard() local1245 RemoveEC = fs::remove(TmpName); in discard()1247 if (!RemoveEC) in discard()1252 return errorCodeToError(RemoveEC); in discard()