Home
last modified time | relevance | path

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

/external/ethtool/
Dinternal.h246 FILE *test_fopen(const char *path, const char *mode);
248 #define fopen(path, mode) test_fopen(path, mode)
Dtest-common.c200 FILE *test_fopen(const char *path, const char *mode) in test_fopen() function