Searched defs:logFile (Results 1 – 9 of 9) sorted by relevance
97 …t caseFraction, vector<u8>& binary, const CmdLineParams& cmdLineParams, const std::string& logFile) in CreateVulkanSCCache()160 VkscServer* createServerVKSC(const std::string& logFile) in createServerVKSC()
89 std::string logFile; member
76 const logFile = globalThis.arguments[globalThis.arguments.length - 1]; constant
82 final File logFile = new File(m_logFileName); in onStart() local
13 constructor(private logFile: string | undefined) { property in ts.server.typingsInstaller.FileLog
62 const char *logFile = getenv("MESA_LOG_FILE"); in output_if_debug() local
47 const logFile = new MockLogFile(Object.keys(options).length ? options : undefined) constant
52 #logFile = new LogFile() field in Npm
132625 function FileLog(logFile) { argument