HelenOS sources
fmgt_report_action 56 uspace/lib/fmgt/private/fmgt.h extern void fmgt_report_action(fmgt_t *, fmgt_action_t, const char *,
fmgt_report_action 66 uspace/lib/fmgt/src/copy.c fmgt_report_action(fmgt, fmgt_ac_create, dest, NULL);
fmgt_report_action 90 uspace/lib/fmgt/src/copy.c fmgt_report_action(fmgt, fmgt_ac_copy, src, dest);
fmgt_report_action 66 uspace/lib/fmgt/src/delete.c fmgt_report_action(fmgt, fmgt_ac_delete, src, NULL);
fmgt_report_action 89 uspace/lib/fmgt/src/delete.c fmgt_report_action(fmgt, fmgt_ac_delete, src, NULL);
fmgt_report_action 91 uspace/lib/fmgt/src/move.c fmgt_report_action(fmgt, fmgt_ac_move, src, dest);
fmgt_report_action 170 uspace/lib/fmgt/src/move.c fmgt_report_action(fmgt, fmgt_ac_delete, src, NULL);
fmgt_report_action 86 uspace/lib/fmgt/src/newdir.c fmgt_report_action(fmgt, fmgt_ac_create, dname, NULL);
fmgt_report_action 100 uspace/lib/fmgt/src/newfile.c fmgt_report_action(fmgt, fmgt_ac_create, fname, NULL);
fmgt_report_action 52 uspace/lib/fmgt/src/rename.c fmgt_report_action(fmgt, fmgt_ac_rename, old_path, new_name);
fmgt_report_action 70 uspace/lib/fmgt/src/verify.c fmgt_report_action(fmgt, fmgt_ac_verify, fname, NULL);
HelenOS homepage, sources at GitHub