MCPcopy Create free account
hub / github.com/comaps/comaps / GetDumpFilePath

Function GetDumpFilePath

libs/drape/vulkan/vulkan_pipeline.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151std::string GetDumpFilePath()
152{
153 return base::JoinPath(GetPlatform().TmpDir(), kDumpFileName);
154}
155} // namespace
156
157VulkanPipeline::VulkanPipeline(VkDevice device, uint32_t appVersionCode) : m_appVersionCode(appVersionCode)

Callers 2

VulkanPipelineMethod · 0.85
DumpMethod · 0.85

Calls 2

JoinPathFunction · 0.85
TmpDirMethod · 0.80

Tested by

no test coverage detected