Searched refs:RemoveEC (Results 1 – 1 of 1) sorted by relevance
1242 std::error_code RemoveEC; in discard() local1244 RemoveEC = fs::remove(TmpName); in discard()1246 if (!RemoveEC) in discard()1251 return errorCodeToError(RemoveEC); in discard()