Searched refs:LoadError (Results 1 – 3 of 3) sorted by relevance
42 enum LoadError { enum67 LoadError Load(/*out*/jint* call_res, /*out*/std::string* error_msg) { in Load()76 LoadError Attach(/*out*/jint* call_res, /*out*/std::string* error_msg) { in Attach()92 LoadError DoDlOpen(/*out*/std::string* error_msg);94 LoadError DoLoadHelper(bool attaching,
34 Agent::LoadError Agent::DoLoadHelper(bool attaching, in DoLoadHelper()45 LoadError err = DoDlOpen(error_msg); in DoLoadHelper()80 Agent::LoadError Agent::DoDlOpen(/*out*/std::string* error_msg) { in DoDlOpen()
1386 ti::Agent::LoadError result = agent.Load(&res, &err); in Init()1449 ti::Agent::LoadError result = agent.Attach(&res, &error_msg); in AttachAgent()