Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp170 const std::string combinedStr = id.testCasePath + '#' + id.programName; in getSearchPath() local
171 const size_t strLen = combinedStr.size(); in getSearchPath()
175 deMemcpy(&words[0], combinedStr.c_str(), strLen); in getSearchPath()