HomeSort by relevance Sort by last modified time
    Searched defs:DirArchive (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuResource.cpp 31 DirArchive::DirArchive (const char* path)
39 DirArchive::~DirArchive ()
43 Resource* DirArchive::getResource (const char* name) const
tcuResource.hpp 91 class DirArchive : public Archive
94 DirArchive (const char* path);
95 ~DirArchive (void);
100 DirArchive (const DirArchive& other) : Archive(), m_path(other.m_path) {}
101 DirArchive& operator= (const DirArchive& other) { m_path = other.m_path; return *this; }

Completed in 315 milliseconds