Home
last modified time | relevance | path

Searched refs:FSEventHook (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.2.1/include/nitro/fs/
Dhook.h45 typedef struct FSEventHook struct
47 struct FSEventHook *next; argument
52 FSEventHook; argument
70 void FS_RegisterEventHook(const char *arc, FSEventHook *hook, FSEventFunction callback, void *userd…
81 void FS_UnregisterEventHook(FSEventHook *hook);
/TwlSDK-5.2.1/build/libraries/fs/common/src/
Dfs_hook.c33 FSEventHook *chain;
86 FSEventHook **pp = &context->chain; in FSi_SystemEvents()
89 FSEventHook *hook = *pp; in FSi_SystemEvents()
114 void FS_RegisterEventHook(const char *arcname, FSEventHook *hook, FSEventFunction callback, void *u… in FS_RegisterEventHook()
144 void FS_UnregisterEventHook(FSEventHook *hook) in FS_UnregisterEventHook()
148 FSEventHook **pp; in FS_UnregisterEventHook()