Searched refs:DirArchive (Results 1 – 6 of 6) sorted by relevance
91 class DirArchive : public Archive class94 DirArchive (const char* path);95 ~DirArchive (void);100 DirArchive (const DirArchive& other) : Archive(), m_path(other.m_path) {} in DirArchive() function in tcu::DirArchive101 DirArchive& operator= (const DirArchive& other) { m_path = other.m_path; return *this; } in operator =()
31 DirArchive::DirArchive (const char* path) in DirArchive() function in tcu::DirArchive39 DirArchive::~DirArchive () in ~DirArchive()43 Resource* DirArchive::getResource (const char* name) const in getResource()
47 tcu::DirArchive archive ("."); in main()
125 tcu::DirArchive archive("."); in main()
299 tcu::DirArchive m_archive;
668 tcu::DirArchive archive ("."); in main()