Searched refs:configContents (Results 1 – 2 of 2) sorted by relevance
57 std::string shaderContents, configContents; in TEST_P() local59 …tryLoadFile(GlobalTestSettings.testRoot + "/" + testCase.config, "limits config", &configContents); in TEST_P()64 const size_t len = configContents.size(); in TEST_P()66 memcpy(configChars, configContents.data(), len); in TEST_P()
10 const configContents = configJson ? JSON.stringify(configJson) : undefined; constant21 …NormalizedAbsolutePath(path, cwd), configPath) === Comparison.EqualTo ? configContents : undefined,