Searched refs:pEnableSVM1 (Results 1 – 1 of 1) sorted by relevance
2950 static const char* pEnableSVM1 = getenv( "SAL_ENABLE_SVM1" ); in operator <<() local2951 static const bool bNoSVM1 = (NULL == pEnableSVM1 ) || ( '0' == *pEnableSVM1 ); in operator <<()
Completed in 33 milliseconds