Searched refs:CreateExclusive (Results 1 – 2 of 2) sorted by relevance
217 let file = session.open_file(file_name, OpenMode::CreateExclusive).unwrap(); in cannot_rename_open_file()251 let mut file_a = transaction.open_file(file_a, OpenMode::CreateExclusive).unwrap(); in multiple_files_in_transaction()252 let mut file_b = transaction.open_file(file_b, OpenMode::CreateExclusive).unwrap(); in multiple_files_in_transaction()327 let mut file = transaction.open_file(file_name, OpenMode::CreateExclusive).unwrap(); in discard_transaction()359 let mut file = transaction.open_file(file_name, OpenMode::CreateExclusive).unwrap(); in drop_transaction()423 let mut file = transaction.open_file(file_b, OpenMode::CreateExclusive).unwrap(); in list_during_transaction()
263 CreateExclusive => { in open_file_impl()873 CreateExclusive, enumerator