Searched refs:bottomLen (Results 1 – 1 of 1) sorted by relevance
136 size_t bottomLen = GetParamLen(env, bottomNApi) + 1; in GetToastBottom() local137 std::unique_ptr<char[]> bottom = std::make_unique<char[]>(bottomLen); in GetToastBottom()138 napi_get_value_string_utf8(env, bottomNApi, bottom.get(), bottomLen, &ret); in GetToastBottom()