Home
last modified time | relevance | path

Searched defs:GetLastError (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DChunk.h98 inline std::string GetLastError() const { return last_error_; } in GetLastError() function
/aosp12/art/test/1957-error-ext/
H A Dlasterror.cc40 using GetLastError = jvmtiError(*)(jvmtiEnv* env, char** msg); typedef
/aosp12/art/openjdkjvmti/
H A Dti_logging.cc45 jvmtiError LogUtil::GetLastError(jvmtiEnv* env, char** data) { in GetLastError() function in openjdkjvmti::LogUtil
/aosp12/bionic/libc/bionic/
H A Dsystem_property_set.cpp81 int GetLastError() { in GetLastError() function in PropertyServiceConnection
/aosp12/system/unwinding/libunwindstack/
H A DElf.cpp157 void Elf::GetLastError(ErrorData* data) { in GetLastError() function in unwindstack::Elf
/aosp12/art/dt_fd_forward/
H A Ddt_fd_forward.cc662 jdwpTransportError FdForwardTransport::GetLastError(/*out*/char** err) { in GetLastError() function in dt_fd_forward::FdForwardTransport
757 static jdwpTransportError GetLastError(jdwpTransportEnv* env, char** error) { in GetLastError() function in dt_fd_forward::JdwpTransportFunctions