Home
last modified time | relevance | path

Searched defs:appendToError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/parameter-framework/upstream/utility/
H A DErrorContext.hpp45 void appendToError(const std::string &append) { mError += append; } in appendToError() function in utility::ErrorContext
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp346 Error appendToError(Error Err, StringRef After) { in appendToError() function