Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dlogger.h59 #define STRINGIFY(x) STR(x) macro
60 #define FILE_LINE __FILE__ ", Line " STRINGIFY(__LINE__) ": "
/system/extras/showslab/
Dshowslab.c10 #define STRINGIFY(a) STRINGIFY_ARG(a) macro
106 ret = sscanf(line, "%" STRINGIFY(SLABINFO_NAME_LEN) "s" in get_slabinfo()
/system/core/libcutils/tests/
DPropertiesTest.cpp30 #define STRINGIFY(x) STRINGIFY_INNER(x) macro
/system/core/fs_mgr/
Dfs_mgr_verity.c65 #define STRINGIFY(x) __STRINGIFY(x) macro
564 n = fscanf(fp, "%" STRINGIFY(METADATA_TAG_MAX_LENGTH) "s %u\n", in metadata_find()