Searched defs:error_prefix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor.cc308 const std::string& error_prefix,
315 error_prefix +
324 error.Reset(from_here, error_prefix + "entry is already deleted.", type);
331 error.Reset(from_here, error_prefix + "unable to decrypt", type);
339 error_prefix + "a precondition was not met for calling init.",
348 error.Reset(from_here, error_prefix + "unknown error", type);
509 std::string error_prefix = "Failed to create " + type_str + " node: " + local
514 error.Reset(FROM_HERE, error_prefix + "empty tag", type_);
521 error.Reset(FROM_HERE, error_prefix + "entry already exists", type_);
528 error.Reset(FROM_HERE, error_prefix
305 LogLookupFailure( syncer::BaseNode::InitByLookupResult lookup_result, const tracked_objects::Location& from_here, const std::string& error_prefix, syncer::ModelType type, DataTypeErrorHandler* error_handler) argument
580 std::string error_prefix = "Failed to load " + type_str + " node. " + local
[all...]
/external/mksh/src/
H A Dmain.c1168 error_prefix(tobool(flags & VWARNINGF_FILELINE));
1277 error_prefix(bool fileline) function

Completed in 186 milliseconds