Searched refs:WIDEN_CALL_1 (Results 1 – 1 of 1) sorted by relevance
/hardware/google/aemu/base/testing/ |
D | file_io.cpp | 40 #define WIDEN_CALL_1(func, str1, ...) \ macro 46 #define WIDEN_CALL_1(func, str1, ...) func(str1 , ##__VA_ARGS__) macro 82 int res = WIDEN_CALL_1(open, path, flags | O_CLOEXEC); in android_open_without_mode() 88 int res = WIDEN_CALL_1(open, path, flags | O_CLOEXEC, mode); in android_open_with_mode() 110 return WIDEN_CALL_1(access, path, mode); in android_access() 138 return WIDEN_CALL_1(unlink, path); in android_unlink() 142 return WIDEN_CALL_1(chmod, path, mode); in android_chmod() 150 return WIDEN_CALL_1(rmdir, path); in android_rmdir() 189 return WIDEN_CALL_1(remove, path); in remove() 193 return WIDEN_CALL_1(rmdir, dirname); in rmdir() [all …]
|