Searched refs:OpenForWrite (Results 1 – 4 of 4) sorted by relevance
58 int OpenForWrite(const std::string& filename) { in OpenForWrite() function498 unique_fd bugreport_fd(OpenForWrite("/bugreports/tmp.zip")); in TEST_F()499 unique_fd screenshot_fd(OpenForWrite("/bugreports/tmp.png")); in TEST_F()533 unique_fd bugreport_fd(OpenForWrite("/data/local/tmp/tmp.zip")); in TEST_F()534 unique_fd screenshot_fd(OpenForWrite("/data/local/tmp/tmp.png")); in TEST_F()562 unique_fd bugreport_fd(OpenForWrite("/data/local/tmp/tmp.zip")); in TEST_F()564 unique_fd screenshot_fd(OpenForWrite("/data/local/tmp/tmp.png")); in TEST_F()
122 bool OpenForWrite();
153 return OpenForWrite(); in Initialize()182 bool CowWriter::OpenForWrite() { in OpenForWrite() function in android::snapshot::CowWriter
246 static int OpenForWrite(std::string path) { in OpenForWrite() function332 android::base::unique_fd out_fd(OpenForWrite(output_file)); in CopyFileToFile()