Home | History | Annotate | Download | only in iossim

Lines Matching full:setenv

767   // Note: the third param of setenv specifies whether or not to overwrite the
769 if ((setenv(kUserHomeEnvVariable, [userHomePath UTF8String], YES) == -1) ||
770 (setenv(kHomeEnvVariable, [userHomePath UTF8String], YES) == -1)) {