Searched refs:APP_BOOT_SESSION_KEY (Results 1 – 1 of 1) sorted by relevance
5443 #define APP_BOOT_SESSION_KEY "executable_boothash=" macro5654 char app_boot_string[strlen(APP_BOOT_SESSION_KEY) + 2 * SHA1_RESULTLEN + 1]; in exec_add_apple_strings()5655 strncpy(app_boot_string, APP_BOOT_SESSION_KEY, sizeof(app_boot_string)); in exec_add_apple_strings()5656 char *s = app_boot_string + sizeof(APP_BOOT_SESSION_KEY) - 1; in exec_add_apple_strings()