Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp301 : m_dstPath (dstPath) in BinaryRegistryWriter()
340 writeBinary(m_dstPath, index, binary); in storeProgram()
353 const de::FilePath indexPath = getIndexPath(m_dstPath); in writeIndex()
DvkBinaryRegistry.hpp217 const std::string& m_dstPath; member in vk::BinaryRegistryDetail::BinaryRegistryWriter
/external/deqp/executor/tools/
DxeBatchResultToXml.cpp234 , m_dstPath (dstPath) in ResultToXmlFilesLogHandler()
259 de::FilePath casePath = de::FilePath::join(m_dstPath, (result.casePath + ".xml").c_str()); in testCaseResultComplete()
277 std::string m_dstPath; member in ResultToXmlFilesLogHandler