Searched refs:CreateOrOpen (Results 1 – 1 of 1) sorted by relevance
70 static File* CreateOrOpen(const char* name) { in CreateOrOpen() function279 std::unique_ptr<File> output_image_file(CreateOrOpen(output_image_filename.c_str())); in Patch()