Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp660 static std::string g_FilePath; variable
4152 printf("Loading file \"%s\"...\n", g_FilePath.c_str()); in ProcessFile()
4157 const errno_t err = fopen_s(&file, g_FilePath.c_str(), "rb"); in ProcessFile()
4359 if(g_FilePath.empty()) in main2()
4361 g_FilePath = cmdLineParser.GetParameter(); in main2()
4380 if(g_FilePath.empty()) in main2()