Searched refs:WIDEN_CALL_2 (Results 1 – 1 of 1) sorted by relevance
/hardware/google/aemu/base/testing/ |
D | file_io.cpp | 42 #define WIDEN_CALL_2(func, str1, str2, ...) \ macro 47 #define WIDEN_CALL_2(func, str1, str2, ...) func(str1, str2 , ##__VA_ARGS__) macro 66 return WIDEN_CALL_2(fopen, path, mode); in android_fopen() 71 return WIDEN_CALL_2(popen, path, mode); in android_popen() 228 return WIDEN_CALL_2(fopen, path, mode); in fopen()
|