Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DTrace.h29 #define _PASTE(x, y) x ## y macro
30 #define PASTE(x, y) _PASTE(x,y)