• Home
  • Raw
  • Download

Lines Matching refs:temp_dir

1273         let temp_dir = TempDir::new("test_is_empty").expect("Failed to create temp dir.");  in test_is_empty()  localVariable
1274 let legacy_blob_loader = LegacyBlobLoader::new(temp_dir.path()); in test_is_empty()
1278 let _db = crate::database::KeystoreDB::new(temp_dir.path(), None) in test_is_empty()
1283 std::fs::create_dir(&*temp_dir.build().push("user_0")).expect("Failed to create user_0."); in test_is_empty()
1287 std::fs::create_dir(&*temp_dir.build().push("user_10")).expect("Failed to create user_10."); in test_is_empty()
1291 std::fs::remove_dir_all(&*temp_dir.build().push("user_0")) in test_is_empty()
1296 std::fs::remove_dir_all(&*temp_dir.build().push("user_10")) in test_is_empty()
1304 let temp_dir = TempDir::new("legacy_blob_test")?; in test_legacy_blobs() localVariable
1305 std::fs::create_dir(&*temp_dir.build().push("user_0"))?; in test_legacy_blobs()
1307 std::fs::write(&*temp_dir.build().push("user_0").push(".masterkey"), SUPERKEY)?; in test_legacy_blobs()
1310 &*temp_dir.build().push("user_0").push("10223_USRPKEY_authbound"), in test_legacy_blobs()
1314 &*temp_dir.build().push("user_0").push(".10223_chr_USRPKEY_authbound"), in test_legacy_blobs()
1318 &*temp_dir.build().push("user_0").push("10223_USRCERT_authbound"), in test_legacy_blobs()
1322 &*temp_dir.build().push("user_0").push("10223_CACERT_authbound"), in test_legacy_blobs()
1327 &*temp_dir.build().push("user_0").push("10223_USRPKEY_non_authbound"), in test_legacy_blobs()
1331 &*temp_dir.build().push("user_0").push(".10223_chr_USRPKEY_non_authbound"), in test_legacy_blobs()
1335 &*temp_dir.build().push("user_0").push("10223_USRCERT_non_authbound"), in test_legacy_blobs()
1339 &*temp_dir.build().push("user_0").push("10223_CACERT_non_authbound"), in test_legacy_blobs()
1344 let mut db = crate::database::KeystoreDB::new(temp_dir.path(), None)?; in test_legacy_blobs()
1345 let legacy_blob_loader = LegacyBlobLoader::new(temp_dir.path()); in test_legacy_blobs()
1411 let temp_dir = TempDir::new("list_non_existing_user")?; in list_non_existing_user() localVariable
1412 let legacy_blob_loader = LegacyBlobLoader::new(temp_dir.path()); in list_non_existing_user()
1421 let temp_dir = TempDir::new("list_legacy_keystore_entries_on_non_existing_user")?; in list_legacy_keystore_entries_on_non_existing_user() localVariable
1422 let legacy_blob_loader = LegacyBlobLoader::new(temp_dir.path()); in list_legacy_keystore_entries_on_non_existing_user()