Searched refs:ga_freeze_allowlist (Results 1 – 1 of 1) sorted by relevance
132 static const char *ga_freeze_allowlist[] = { variable463 while (ga_freeze_allowlist[i] != NULL) { in ga_command_is_allowed()464 if (strcmp(name, ga_freeze_allowlist[i]) == 0) { in ga_command_is_allowed()