Searched refs:OpenForWrite (Results 1 – 2 of 2) sorted by relevance
58 int OpenForWrite(const std::string& filename) { in OpenForWrite() function454 unique_fd bugreport_fd(OpenForWrite("/bugreports/tmp.zip")); in TEST_F()455 unique_fd screenshot_fd(OpenForWrite("/bugreports/tmp.png")); in TEST_F()489 unique_fd bugreport_fd(OpenForWrite("/data/local/tmp/tmp.zip")); in TEST_F()490 unique_fd screenshot_fd(OpenForWrite("/data/local/tmp/tmp.png")); in TEST_F()518 unique_fd bugreport_fd(OpenForWrite("/data/local/tmp/tmp.zip")); in TEST_F()520 unique_fd screenshot_fd(OpenForWrite("/data/local/tmp/tmp.png")); in TEST_F()
212 static int OpenForWrite(std::string path) { in OpenForWrite() function298 android::base::unique_fd out_fd(OpenForWrite(output_file)); in CopyFileToFile()