Searched refs:DirArchive (Results 1 – 5 of 5) 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()
185 const tcu::DirArchive srcArchive (dstPath.c_str()); in buildPrograms()309 tcu::DirArchive archive ("."); in main()
299 tcu::DirArchive m_archive;