| 2728 | char source_path[512]; |
| 2729 | snprintf(source_path, sizeof(source_path), "%s/project/main.go", tmp); |
| 2730 | struct stat source_stat; |
| 2731 | ASSERT_EQ(stat(source_path, &source_stat), 0); |
| 2732 | #ifdef __APPLE__ |
| 2733 | int64_t source_mtime_ns = |
no outgoing calls