Searched refs:KMI_VERSION_PRINT_FORMAT (Results 1 – 1 of 1) sorted by relevance
24 #define KMI_VERSION_PRINT_FORMAT "%" PRIu64 ".%" PRIu64 "-android%" PRIu64 "-%" PRIu64 macro25 #define KMI_VERSION_SCAN_FORMAT KMI_VERSION_PRINT_FORMAT "%n"42 return android::base::StringPrintf(KMI_VERSION_PRINT_FORMAT, version(), patch_level(), in string()