Home
last modified time | relevance | path

Searched refs:ReadInt32Attribute (Results 1 – 1 of 1) sorted by relevance

/art/odrefresh/
Dodr_metrics_record.cc59 android::base::Result<int32_t> ReadInt32Attribute(tinyxml2::XMLElement* element, in ReadInt32Attribute() function
91 OR_RETURN(ReadInt32Attribute(element, nodeName, "status", 0, kExecResultNotRun)), in ReadExecResult()
92 OR_RETURN(ReadInt32Attribute(element, nodeName, "exit-code", -1, 255)), in ReadExecResult()
93 OR_RETURN(ReadInt32Attribute(element, nodeName, "signal", 0, SIGRTMAX))); in ReadExecResult()