Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/samples/tuningfork/tfvalidate/
Dapk_validator.h38 class ZipSourceTree : public pb::compiler::SourceTree {
46 ZipSourceTree(const std::shared_ptr<android::ZipFileRO>& zip_file,
56 ZipSourceTree source_tree_;
Dapk_validator.cpp61 ZipSourceTree::ZipSourceTree(const std::shared_ptr<android::ZipFileRO>& zip_file, in ZipSourceTree() function in tuningfork::ZipSourceTree
67 ZipSourceTree::Open(const std::string& relative_path) { in Open()
90 std::string ZipSourceTree::GetLastErrorMessage() { in GetLastErrorMessage()
94 int ZipSourceTree::GetLastErrorCode() { in GetLastErrorCode()
98 const std::shared_ptr<android::ZipFileRO>& ZipSourceTree::ZipFile() const { in ZipFile()
102 std::string ZipSourceTree::IncludePath() const { in IncludePath()