Home
last modified time | relevance | path

Searched defs:temp_dir (Results 1 – 20 of 20) sorted by relevance

/system/security/keystore2/src/legacy_blob/
Dtests.rs149 let temp_dir = TempDir::new("test_is_empty").expect("Failed to create temp dir."); in test_is_empty() localVariable
178 let temp_dir = TempDir::new("legacy_blob_test").unwrap(); in test_legacy_blobs() localVariable
311 let temp_dir = TempDir::new("test_with_encrypted_characteristics").unwrap(); in test_with_encrypted_characteristics() localVariable
398 let temp_dir = TempDir::new("test_with_encrypted_certificates").unwrap(); in test_with_encrypted_certificates() localVariable
486 let temp_dir = TempDir::new("test_in_place_key_migration").unwrap(); in test_in_place_key_migration() localVariable
606 let temp_dir = TempDir::new("list_non_existing_user").unwrap(); in list_non_existing_user() localVariable
616 let temp_dir = TempDir::new("list_legacy_keystore_entries_on_non_existing_user").unwrap(); in list_legacy_keystore_entries_on_non_existing_user() localVariable
626 let temp_dir = TempDir::new("test_move_keystore_entry").unwrap(); in test_move_keystore_entry() localVariable
/system/tools/sysprop/tests/
DJavaGenTest.cpp627 TemporaryDir temp_dir; in TEST() local
DRustGenTest.cpp524 TemporaryDir temp_dir; in RustGenTest() local
DCppGenTest.cpp535 TemporaryDir temp_dir; local
/system/vold/tests/
DUtils_test.cpp48 TemporaryDir temp_dir; in TEST_F() local
/system/logging/liblog/tests/
Dlogd_writer_test.cpp36 auto temp_dir = TemporaryDir(); in TEST() local
/system/apex/tools/apex-ls/
Dmain.cpp51 TemporaryDir temp_dir; in PrintList() local
/system/security/keystore2/src/
Did_rotation.rs104 let temp_dir = TempDir::new(TEMP_DIR_NAME).expect("Failed to create temp dir."); in set_up() localVariable
/system/sepolicy/tools/
Dsepolicy_generate_compat.py32 temp_dir = '' variable
/system/sepolicy/tests/
Dapex_sepolicy_tests.py226 def extract_data(name, temp_dir): argument
Dsepolicy_tests.py384 temp_dir = tempfile.mkdtemp() variable
/system/update_engine/payload_consumer/
Dpostinstall_runner_action_recovery_unittest.cc158 base::FilePath temp_dir; in RunPostinstallActionWithInstallPlan() local
Dpostinstall_runner_action_unittest.cc234 base::FilePath temp_dir; in RunPostinstallActionWithInstallPlan() local
Ddelta_performer_unittest.cc1002 base::ScopedTempDir temp_dir; in TEST_F() local
/system/security/keystore2/src/database/
Dtests.rs199 let temp_dir = TempDir::new("persistent_db_test")?; in test_persistence_for_files() localVariable
1084 let temp_dir = Arc::new(TempDir::new("test_upgrade_0_to_1").unwrap()); in test_upgrade_0_to_1() localVariable
1226 let temp_dir = Arc::new(TempDir::new("id_lock_test")?); in test_insert_and_load_full_keyentry_domain_app_concurrently() localVariable
1258 let temp_dir = temp_dir_clone; in test_insert_and_load_full_keyentry_domain_app_concurrently() localVariable
1299 let temp_dir = in test_database_busy_error_code() localVariable
1332 let temp_dir = Arc::new( in test_large_number_of_concurrent_db_manipulations() localVariable
1438 let temp_dir = TempDir::new("list_test")?; in list() localVariable
/system/update_engine/common/
Dutils_unittest.cc81 base::ScopedTempDir temp_dir; in TEST() local
Dprefs_unittest.cc169 base::ScopedTempDir temp_dir; in TEST() local
Dutils.cc102 base::FilePath temp_dir; in GetTempName() local
/system/security/keystore2/legacykeystore/
Dlib.rs671 let temp_dir = Arc::new( in concurrent_legacy_keystore_entry_test() localVariable
/system/core/fastboot/
Dfastboot.cpp2159 TemporaryDir temp_dir; in wipe_super() local