Lines Matching full:recreate
1403 static int open_output_file(const char* file_name, bool recreate, int permissions) {
1405 if (recreate) {
1634 open_output_file(out_path, /*recreate*/true, /*permissions*/0644),
1651 swap_fd.reset(open_output_file(swap_file_name, /*recreate*/true, /*permissions*/0600));
1675 // Recreate is true since we do not want to modify a mapped image. If the app is
1678 true /*recreate*/,