Home
last modified time | relevance | path

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

/device/google/cuttlefish/tools/
Dcreate_base_image.go109 func gce(action OnFail, gceArg string, errorStr ...string) (string, error) {
118 if (len(errorStr) > 0) {
119 buf += " [" + errorStr[0] + "]"
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DCallDAG.cpp244 std::string errorStr = errorStream.str(); in assignIndicesInternal() local
245 mDiagnostics->globalError(errorStr.c_str()); in assignIndicesInternal()
DCompiler.cpp1269 std::string errorStr = errorStream.str(); in checkCallDepth() local
1270 mDiagnostics.globalError(errorStr.c_str()); in checkCallDepth()