Home
last modified time | relevance | path

Searched refs:timestamp_copy (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dtimestamp.cpp107 void timestamp_copy( timestamp * const target, timestamp const * const source ) in timestamp_copy() function
172 timestamp_copy( max, lhs ); in timestamp_max()
174 timestamp_copy( max, rhs ); in timestamp_max()
Dtimestamp.h31 void timestamp_copy( timestamp * const target, timestamp const * const source );
Dmake.cpp505 timestamp_copy( &last, &leaf ); in make0()
528 timestamp_copy( &hlast, &t->includes->time ); in make0()
679 timestamp_copy( &t->leaf, timestamp_empty( &leaf ) ? &t->time : &leaf ); in make0()
Dhcache.cpp307 timestamp_copy( &c->time, &cachedata.time ); in hcache_init()
525 timestamp_copy( &c->time, &t->time ); in hcache()
Dfilesys.cpp254 timestamp_copy( time, &ff->time ); in file_time()
Dexecunix.cpp556 timestamp_copy( &time_info.start, &cmdtab[ i ].start_dt ); in exec_wait()
Dmake1.cpp578 timestamp_copy( &time_info.end, &time_info.start ); in make1c()