MCPcopy Create free account
hub / github.com/boostorg/build / stat

Class stat

v2/engine/filesys.c:229–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227void file_query_posix_( file_info_t * const info )
228{
229 struct stat statbuf;
230 char const * const pathstr = object_str( info->name );
231 char const * const pathspec = *pathstr ? pathstr : ".";
232

Callers 1

file_query_posix_Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected