Home
last modified time | relevance | path

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

/foundation/graphic/graphic_surface/interfaces/inner_api/common/
H A Dgraphic_common.h79 inline std::string LowErrorStr(GSError lowerr) in LowErrorStr() argument
81 std::string lowError = LowErrorStrSpecial(lowerr); in LowErrorStr()
82 if (lowError == "" && lowerr != 0) { in LowErrorStr()
84 strerror_r(lowerr, buf, sizeof buf); in LowErrorStr()
/foundation/graphic/graphic_2d/interfaces/inner_api/common/
H A Dgraphic_common.h52 inline std::string LowErrorStr(GSError lowerr) in LowErrorStr() argument
54 std::string lowError = LowErrorStrSpecial(lowerr); in LowErrorStr()
55 if (lowError == "" && lowerr != 0) { in LowErrorStr()
57 strerror_r(lowerr, buf, sizeof buf); in LowErrorStr()

Completed in 1 milliseconds