Searched refs:configChars (Results 1 – 1 of 1) sorted by relevance
65 char* configChars = new char[len + 1]; in TEST_P() local66 memcpy(configChars, configContents.data(), len); in TEST_P()67 configChars[len] = 0; in TEST_P()68 DecodeResourceLimits(&resources, configChars); in TEST_P()69 delete[] configChars; in TEST_P()