Searched defs:tmp_dir (Results 1 – 8 of 8) sorted by relevance
191 let tmp_dir = tempdir().unwrap(); in test_copy_file() localVariable204 let tmp_dir = tempdir().unwrap(); in test_remove_file() localVariable213 let tmp_dir = tempdir().unwrap(); in test_set_file_permission() localVariable222 let tmp_dir = tempdir().unwrap(); in test_write_pb_to_file() localVariable231 let tmp_dir = tempdir().unwrap(); in test_read_pb_from_file() localVariable
23 pub tmp_dir: TempDir, field34 let tmp_dir = tempdir().unwrap(); in new() localVariable56 pub tmp_dir: TempDir, field65 let tmp_dir = tempdir().unwrap(); in new() localVariable
237 auto tmp_dir = std::filesystem::temp_directory_path(); in TEST_F() local250 auto tmp_dir = std::filesystem::temp_directory_path(); in TEST_F() local
380 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()
223 let tmp_dir = tempfile::tempdir()?; in test_dice_driver_from_file_deletes_file_after_derive() localVariable
346 const char* tmp_dir = getenv("TMPDIR"); in GetLogFilePath() local
2629 let tmp_dir = tempfile::TempDir::new().unwrap(); in test_create_or_update_idsig_dir_instead_of_file_for_apk() localVariable2780 let tmp_dir = tempfile::TempDir::new()?; in test_extract_os_name_from_configs() localVariable2811 let tmp_dir = tempfile::TempDir::new()?; in test_find_early_vms_from_xml() localVariable2867 let tmp_dir = tempfile::TempDir::new()?; in test_invalid_cid_validation() localVariable2954 let tmp_dir = tempfile::TempDir::new()?; in test_duplicated_early_vms() localVariable
1626 def apply_transformations(producer, tmp_dir, transformations, build_release): argument