Home
last modified time | relevance | path

Searched defs:errmsg (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/update_manager/
Dreal_updater_provider.cc59 explicit GetStatusHelper(string* errmsg) { in GetStatusHelper()
95 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
114 const double* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
168 const Stage* StageVariable::GetValue(TimeDelta /* timeout */, string* errmsg) { in GetValue()
189 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
207 const uint64_t* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
231 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
261 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
282 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
Dgeneric_variables.h61 const std::string& errmsg) in PollCopyVariable()
75 const std::string& errmsg) in PollCopyVariable()
96 std::string* errmsg) override { in GetValue()
210 std::string* errmsg) override { in GetValue()
Devaluation_context-inl.h39 std::string errmsg; in GetValue() local
Dfake_variable.h54 std::string* errmsg) override { in GetValue()
Dreal_random_provider.cc53 string* errmsg) override { in GetValue()
/system/sepolicy/tools/
Dcheck_seapp.c380 static bool validate_bool(char *value, char **errmsg) { in validate_bool()
390 static bool validate_levelFrom(char *value, char **errmsg) { in validate_levelFrom()
400 static bool validate_domain(char *value, char **errmsg) { in validate_domain()
420 static bool validate_type(char *value, char **errmsg) { in validate_type()
454 static bool validate_selinux_level(char *value, char **errmsg) { in validate_selinux_level()
473 static bool validate_uint(char *value, char **errmsg) { in validate_uint()
506 char *errmsg = NULL; in key_map_validate() local
/system/libvintf/
DRuntimeInfo-target.cpp80 const char *errmsg = gzerror(f, &errnum); in fetchKernelConfigs() local
/system/core/libnetutils/
Ddhcpclient.c44 static char errmsg[2048]; variable