Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp1123 std::error_code RemoveEC; in discard() local
1128 RemoveEC = fs::remove(TmpName); in discard()
1133 if (!RemoveEC) in discard()
1142 return errorCodeToError(RemoveEC); in discard()