./core//includes/path.inc:75:    $cache['whitelist'] = state()->get('system.path_alias_whitelist', NULL);
./core//includes/path.inc:77:      $cache['whitelist'] = drupal_path_alias_whitelist_rebuild();
./core//includes/path.inc:89:    $cache['whitelist'] = drupal_path_alias_whitelist_rebuild();
./core//includes/path.inc:390:function drupal_path_alias_whitelist_rebuild($source = NULL) {
./core//includes/path.inc:394:    $whitelist = state()->get('system.path_alias_whitelist', NULL);
./core//includes/path.inc:407:  state()->set('system.path_alias_whitelist', $whitelist);
./core//includes/path.inc:609:  drupal_path_alias_whitelist_rebuild($source);
./core//modules/system/system.install:2158:* Convert path_alias_whitelist variable to system.path_alias_whitelist state api values.
./core//modules/system/system.install:2163:  if ($value = update_variable_get('path_alias_whitelist', FALSE)) {
./core//modules/system/system.install:2164:    state()->set('system.path_alias_whitelist', $value);
./core//modules/system/system.install:2166:  update_variable_del('path_alias_whitelist');
