| 2194 | |
| 2195 | // Get the user and group files are created with from |base_dir_|. |
| 2196 | struct stat stat_buf; |
| 2197 | ASSERT_EQ(0, stat(base_dir_.value().c_str(), &stat_buf)); |
| 2198 | uid_ = stat_buf.st_uid; |
| 2199 | ok_gids_.insert(stat_buf.st_gid); |
no outgoing calls
no test coverage detected