Searched refs:tmp_is_empty (Results 1 – 1 of 1) sorted by relevance
164 bool tmp_is_empty = false; in TEST() local168 tmp_is_empty = (GetLastError() == ERROR_ENVVAR_NOT_FOUND); in TEST()175 SetEnvironmentVariableW(L"TMP", tmp_is_empty ? nullptr : old_tmp.c_str()); in TEST()