Searched refs:FN (Results 1 – 2 of 2) sorted by relevance
28 #define FN(n) __attribute__((used)) __wrap_##n macro86 int FN(open)(const char* path, int flags, mode_t mode) { in FN() function93 DIR* FN(opendir)(const char* path) { in FN() function102 int FN(chdir)(const char* path) { in FN() function109 int FN(mkdir)(const char* path, mode_t mode) { in FN() function116 int FN(unlink)(const char* path) { in FN() function123 int FN(rmdir)(const char* path) { in FN() function130 int FN(remove)(const char* path) { in FN() function137 int FN(truncate)(const char* path, off_t len) { in FN() function189 int FN(stat)(const char* fn, struct stat* s) { in FN() function[all …]
1035 #define FN(n) TRACE_DURATION_BEGIN("+enabled", "name", I32_ARGS##n); macro1036 ALL15(FN)1037 #undef FN
Completed in 8 milliseconds