Searched refs:g_FilePath (Results 1 – 1 of 1) sorted by relevance
660 static std::string g_FilePath; variable4152 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()