Home
last modified time | relevance | path

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

/aosp12/system/chre/util/include/chre/util/
H A Dmacros.h44 #define STRINGIFY(x) STRINGIFY2(x)
45 #define STRINGIFY2(x) #x macro
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h678 #define STRINGIFY2(s) #s macro
679 #define STRINGIFY(s) STRINGIFY2(s)