Searched refs:error_message (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/ |
D | dl_test.cpp | 159 std::string error_message = "error: linker cannot load itself\n"; in TEST() local 162 …]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, EXIT_FAILURE, error_message.c_str()); in TEST() 234 std::string error_message = in TEST() local 243 …]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, EXIT_FAILURE, error_message.c_str()); in TEST() 329 std::string error_message = std::string("CANNOT LINK EXECUTABLE ") + in TEST() local 341 …]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, EXIT_FAILURE, error_message.c_str()); in TEST()
|
/bionic/libc/system_properties/ |
D | prop_info.cpp | 52 memcpy(this->long_property.error_message, kLongLegacyError, sizeof(kLongLegacyError)); in prop_info()
|
/bionic/libc/system_properties/include/system_properties/ |
D | prop_info.h | 64 char error_message[kLongLegacyErrorBufferSize]; member
|