Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_environ.cpp111 static bool __is_unsafe_environment_variable(const char* name) { in __is_unsafe_environment_variable() function
157 if (get_AT_SECURE() && __is_unsafe_environment_variable(src[0])) { in __sanitize_environment_variables()