Home
last modified time | relevance | path

Searched defs:tmp_dir (Results 1 – 8 of 8) sorted by relevance

/packages/modules/ConfigInfrastructure/aconfigd/src/
Dutils.rs191 let tmp_dir = tempdir().unwrap(); in test_copy_file() localVariable
204 let tmp_dir = tempdir().unwrap(); in test_remove_file() localVariable
213 let tmp_dir = tempdir().unwrap(); in test_set_file_permission() localVariable
222 let tmp_dir = tempdir().unwrap(); in test_write_pb_to_file() localVariable
231 let tmp_dir = tempdir().unwrap(); in test_read_pb_from_file() localVariable
Dtest_utils.rs23 pub tmp_dir: TempDir, field
34 let tmp_dir = tempdir().unwrap(); in new() localVariable
56 pub tmp_dir: TempDir, field
65 let tmp_dir = tempdir().unwrap(); in new() localVariable
/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc237 auto tmp_dir = std::filesystem::temp_directory_path(); in TEST_F() local
250 auto tmp_dir = std::filesystem::temp_directory_path(); in TEST_F() local
/packages/services/Car/cpp/bugreport/
Dmain.cpp380 void takeScreenshotForDisplayId(PhysicalDisplayId id, const char* tmp_dir, in takeScreenshotForDisplayId()
396 void takeScreenshot(const char* tmp_dir, std::vector<std::string>* extra_files) { in takeScreenshot()
/packages/modules/Virtualization/libs/dice/driver/src/
Dlib.rs223 let tmp_dir = tempfile::tempdir()?; in test_dice_driver_from_file_deletes_file_after_derive() localVariable
/packages/modules/adb/
Dadb_utils.cpp346 const char* tmp_dir = getenv("TMPDIR"); in GetLogFilePath() local
/packages/modules/Virtualization/android/virtmgr/src/
Daidl.rs2629 let tmp_dir = tempfile::TempDir::new().unwrap(); in test_create_or_update_idsig_dir_instead_of_file_for_apk() localVariable
2780 let tmp_dir = tempfile::TempDir::new()?; in test_extract_os_name_from_configs() localVariable
2811 let tmp_dir = tempfile::TempDir::new()?; in test_find_early_vms_from_xml() localVariable
2867 let tmp_dir = tempfile::TempDir::new()?; in test_invalid_cid_validation() localVariable
2954 let tmp_dir = tempfile::TempDir::new()?; in test_duplicated_early_vms() localVariable
/packages/modules/common/build/
Dmainline_modules_sdks.py1626 def apply_transformations(producer, tmp_dir, transformations, build_release): argument