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

Function file_time

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

Source from the content-addressed store, hash-verified

160 */
161
162int file_time( OBJECT * const path, timestamp * const time )
163{
164 file_info_t const * const ff = file_query( path );
165 if ( !ff ) return -1;
166 timestamp_copy( time, &ff->time );
167 return 0;
168}
169
170
171/*

Callers 1

timestamp_from_pathFunction · 0.85

Calls 2

file_queryFunction · 0.85
timestamp_copyFunction · 0.85

Tested by

no test coverage detected