Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dblk_alloc_to_base_fs.cpp27 #ifndef __STRING
28 #define __STRING(x) #x macro
30 #define ___STRING(x) __STRING(x)
/system/core/init/
Dfirst_stage_init.cpp124 #define MAKE_STR(x) __STRING(x) in FirstStageMain()