Home
last modified time | relevance | path

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

/system/extras/profcollectd/libprofcollectd/
Dscheduler.cpp108 static std::string errmsg = "Terminate the collection before refreshing config."; in ReadConfig() local
133 static std::string errmsg = "Collection is already scheduled."; in ScheduleCollection() local
145 static std::string errmsg = "Collection is not scheduled."; in TerminateCollection() local
164 static std::string errmsg = "Trace failed"; in TraceOnce() local
182 static std::string errmsg = "Compress files failed"; in ProcessProfile() local
Dbinder_service.cpp35 auto errmsg = action(); in HandleIfError() local
/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/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.cpp80 const char *errmsg = gzerror(f, &errnum); in fetchKernelConfigs() local
/system/core/libnetutils/
Ddhcpclient.c44 static char errmsg[2048]; variable