MCPcopy Create free account
hub / github.com/apache/brpc / stat

Class stat

test/file_util_unittest.cc:2196–2196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected