Home
last modified time | relevance | path

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

/system/libbase/
Dfile_test.cpp164 bool tmp_is_empty = false; in TEST() local
168 tmp_is_empty = (GetLastError() == ERROR_ENVVAR_NOT_FOUND); in TEST()
175 SetEnvironmentVariableW(L"TMP", tmp_is_empty ? nullptr : old_tmp.c_str()); in TEST()