Searched defs:ScopedXarFile (Results 1 – 1 of 1) sorted by relevance
204 struct ScopedXarFile { struct205 xar_t xar;206 ScopedXarFile(const char *filename, int32_t flags) { in ScopedXarFile() argument212 ~ScopedXarFile() { in ~ScopedXarFile()218 operator xar_t() { return xar; } in operator xar_t()