Searched refs:WriteToArchive (Results 1 – 3 of 3) sorted by relevance
49 bool WriteToArchive(IAaptContext* context, const TableFlattenerOptions& options,
58 bool LoadedApk::WriteToArchive(IAaptContext* context, const TableFlattenerOptions& options, in WriteToArchive() function in aapt::LoadedApk
180 if (!apk->WriteToArchive(context_, options_.table_flattener_options, writer.get())) { in Run()