Home
last modified time | relevance | path

Searched refs:RemoveEC (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp1171 std::error_code RemoveEC; in discard() local
1173 RemoveEC = fs::remove(TmpName); in discard()
1175 if (!RemoveEC) in discard()
1178 return errorCodeToError(RemoveEC); in discard()
/external/llvm-project/llvm/lib/Support/
DPath.cpp1199 std::error_code RemoveEC; in discard() local
1201 RemoveEC = fs::remove(TmpName); in discard()
1203 if (!RemoveEC) in discard()
1206 return errorCodeToError(RemoveEC); in discard()