Home
last modified time | relevance | path

Searched refs:file_open_time (Results 1 – 3 of 3) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcfile.c7 #define UPDATE_TIME(a) (r->times->file_open_time = r_time_now_mono () - (a))
936 r->times->file_open_time = r_time_now_mono () - prev;
H A Dcmd_help.c606 core->times->file_open_time); in cmd_help()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_core.h142 ut64 file_open_time; member