Searched refs:tmp_dir (Results 1 – 1 of 1) sorted by relevance
375 void takeScreenshotForDisplayId(PhysicalDisplayId id, const char* tmp_dir, in takeScreenshotForDisplayId() argument378 std::string filename = std::string(tmp_dir) + kScreenshotPrefix + id_as_string + ".png"; in takeScreenshotForDisplayId()391 void takeScreenshot(const char* tmp_dir, std::vector<std::string>* extra_files) { in takeScreenshot() argument396 takeScreenshotForDisplayId(display_id, tmp_dir, extra_files); in takeScreenshot()