Searched refs:current_msg (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker_dlwarning.cpp23 static std::string current_msg; variable
26 if (!current_msg.empty()) {
27 current_msg += '\n';
30 current_msg = current_msg + basename(sopath) + ": " + message;
33 current_msg = current_msg + " \"" + value + "\"";
40 if (current_msg.empty()) {
43 std::string msg = current_msg;
44 current_msg
[all...]

Completed in 29 milliseconds