Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/samples/tuningfork/tfvalidate/
Dapk_validator.cpp57 #define ZERROR(CODE, MSG) {last_error_code_ = CODE; \ macro
73 ZERROR(ERROR_NO_DEV_PROTO, "Could not find " << path); in Open()
78 ZERROR(ERROR_CANT_READ_PROTO, "Could not read " << path); in Open()
84 ZERROR(ERROR_CANT_UNCOMPRESS_PROTO, "Could not uncompress " << path); in Open()