Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dlogger.h59 #define STRINGIFY(x) STR(x) macro
60 #define FILE_LINE __FILE__ ", Line " STRINGIFY(__LINE__) ": "
/system/chre/platform/slpi/include/chre/target_platform/
Dfatal_error.h25 ERR_FATAL("CHRE fatal@" CHRE_FILENAME ":" STRINGIFY(__LINE__), 0, 0, 0)
/system/chre/platform/android/
Dhost_link.cc97 STRINGIFY(__clang_major__) "." in handleHubInfoRequest()
98 STRINGIFY(__clang_minor__) "." in handleHubInfoRequest()
99 STRINGIFY(__clang_patchlevel__) ")"); in handleHubInfoRequest()
/system/chre/util/include/chre/util/
Dmacros.h33 #define STRINGIFY(x) STRINGIFY2(x) macro
/system/memory/lmkd/
Dstatslog.cpp34 #define STRINGIFY(x) STRINGIFY_INTERNAL(x) macro
115 sscanf(line, "%" STRINGIFY(LINE_MAX) "s %" SCNd64 "", key, &value); in memory_stat_parse_line()
Dlmkd.cpp108 #define STRINGIFY(x) STRINGIFY_INTERNAL(x) macro
1664 if (sscanf(line, "Node %d, zone %" STRINGIFY(LINE_MAX) "s", &node_id, zone_name) == 2) { in zoneinfo_parse()
/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/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc127 dlsym(RTLD_NEXT, STRINGIFY(functionName))); \
/system/chre/platform/slpi/
Dhost_link.cc337 STRINGIFY(__clang_major__) "." in generateHubInfoResponse()
338 STRINGIFY(__clang_minor__) "." in generateHubInfoResponse()
339 STRINGIFY(__clang_patchlevel__) ")"; in generateHubInfoResponse()
/system/core/libcutils/
Dproperties_test.cpp33 #define STRINGIFY(x) STRINGIFY_INNER(x) macro
/system/core/fs_mgr/
Dfs_mgr_verity.cpp83 #define STRINGIFY(x) __STRINGIFY(x) macro