457458459460461462463464465466467
} FileStore store = FileStore.open(this, name, openMode, cipher, filePasswordHash); try { store.init(); } catch (DbException e) { store.closeSilently(); throw e; } return store; }
615616617618619620621622623624625
} store.setCheckedWriting(false); try { store.init(); } catch (DbException e) { store.closeSilently(); throw e; } return store; }
459460461462463464465466467468469
638639640641642643644645646647648
444445446447448449450451452453454
566567568569570571572573574575576