Searched refs:choice (Results 1 - 2 of 2) sorted by last modified time

/bionic/tests/libs/
H A Ddlopen_testlib_ifunc.cpp63 char* choice = getenv("IFUNC_CHOICE"); local
64 return choice == NULL ? f1 : f2;
H A Ddlopen_testlib_ifunc_variable_impl.cpp51 char* choice = getenv("IFUNC_CHOICE"); local
52 return choice == NULL ? &v1 : &v2;

Completed in 46 milliseconds