Searched defs:tmp_dir (Results 1 – 6 of 6) sorted by relevance
249 auto tmp_dir = std::filesystem::temp_directory_path(); in TEST_F() local263 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()
224 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
1760 let tmp_dir = tempfile::TempDir::new().unwrap(); in test_create_or_update_idsig_dir_instead_of_file_for_apk() localVariable1903 let tmp_dir = tempfile::TempDir::new()?; in test_extract_os_name_from_configs() localVariable
1579 def apply_transformations(producer, tmp_dir, transformations, build_release): argument