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