Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/samples/tuningfork/tfvalidate/
Dapk_validator.cpp57 #define ZERROR(CODE, MSG) {last_error_code_ = CODE; \
63 : zip_file_(zip_file), include_path_(include_path), last_error_code_(0) { in ZipSourceTree()
95 return last_error_code_; in GetLastErrorCode()
Dapk_validator.h42 int last_error_code_; variable