Searched refs:STRINGIFY (Results 1 – 10 of 10) sorted by relevance
/system/keymaster/include/keymaster/ |
D | logger.h | 59 #define STRINGIFY(x) STR(x) macro 60 #define FILE_LINE __FILE__ ", Line " STRINGIFY(__LINE__) ": "
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | fatal_error.h | 25 ERR_FATAL("CHRE fatal@" CHRE_FILENAME ":" STRINGIFY(__LINE__), 0, 0, 0)
|
/system/chre/platform/android/ |
D | host_link.cc | 97 STRINGIFY(__clang_major__) "." in handleHubInfoRequest() 98 STRINGIFY(__clang_minor__) "." in handleHubInfoRequest() 99 STRINGIFY(__clang_patchlevel__) ")"); in handleHubInfoRequest()
|
/system/chre/util/include/chre/util/ |
D | macros.h | 29 #define STRINGIFY(x) STRINGIFY2(x) macro
|
/system/extras/showslab/ |
D | showslab.c | 10 #define STRINGIFY(a) STRINGIFY_ARG(a) macro 106 ret = sscanf(line, "%" STRINGIFY(SLABINFO_NAME_LEN) "s" in get_slabinfo()
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 127 dlsym(RTLD_NEXT, STRINGIFY(functionName))); \
|
/system/chre/platform/slpi/ |
D | host_link.cc | 337 STRINGIFY(__clang_major__) "." in generateHubInfoResponse() 338 STRINGIFY(__clang_minor__) "." in generateHubInfoResponse() 339 STRINGIFY(__clang_patchlevel__) ")"; in generateHubInfoResponse()
|
/system/core/libcutils/ |
D | properties_test.cpp | 33 #define STRINGIFY(x) STRINGIFY_INNER(x) macro
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.cpp | 82 #define STRINGIFY(x) __STRINGIFY(x) macro 416 n = fscanf(fp.get(), "%" STRINGIFY(METADATA_TAG_MAX_LENGTH) "s %u\n", tag, &length); in metadata_find()
|
/system/core/lmkd/ |
D | lmkd.c | 102 #define STRINGIFY(x) STRINGIFY_INTERNAL(x) macro 991 sscanf(line, "%" STRINGIFY(LINE_MAX) "s %" SCNd64 "", key, &value); in memory_stat_parse_line()
|