Searched refs:envStr (Results 1 – 2 of 2) sorted by relevance
210 char *envStr = reinterpret_cast<char *>(GetAppPropertyExt(property, "AppEnv", &size)); in SetEnvInfo() local211 if (size == 0 || envStr == NULL) { in SetEnvInfo()215 cJSON *root = cJSON_Parse(envStr); in SetEnvInfo()216 APPSPAWN_CHECK(root != nullptr, return -1, "SetEnvInfo: json parse failed %{public}s", envStr); in SetEnvInfo()
1194 auto envStr = getenv("UT_SUPER_STAB_KEEP_SECOND"); variable1195 if (envStr != nullptr) {1196 waitTime = atoi(envStr);