Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_updater_provider.cc67 GetStatusHelper(SystemState* system_state, string* errmsg) { in GetStatusHelper()
103 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
122 const double* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
174 const Stage* StageVariable::GetValue(TimeDelta /* timeout */, string* errmsg) { in GetValue()
195 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
213 const uint64_t* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
237 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
267 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue()
288 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/core/adb/sysdeps/win32/
Derrno.cpp33 char* errmsg = strerror(-1); in adb_strerror() local
/system/core/libpackagelistparser/
Dpackagelistparser.c104 const char *errmsg = NULL; in packagelist_parse() local
/system/sepolicy/tools/
Dcheck_seapp.c366 static bool validate_bool(char *value, char **errmsg) { in validate_bool()
376 static bool validate_levelFrom(char *value, char **errmsg) { in validate_levelFrom()
386 static bool validate_selinux_type(char *value, char **errmsg) { in validate_selinux_type()
404 static bool validate_selinux_level(char *value, char **errmsg) { in validate_selinux_level()
423 static bool validate_uint(char *value, char **errmsg) { in validate_uint()
456 char *errmsg = NULL; in key_map_validate() local
/system/libvintf/
DRuntimeInfo-target.cpp77 const char *errmsg = gzerror(f, &errnum); in fetchKernelConfigs() local
/system/core/libnetutils/
Ddhcpclient.c44 static char errmsg[2048]; variable