Searched defs:firstLine (Results 1 – 2 of 2) sorted by relevance
487 const firstLine = readFirstLineSync(realPath); constant560 const firstLine = fs.readFileSync(rawPath, 'utf-8').split('\n')[0]; constant
64 auto firstLine = std::find(bytraceMode.begin(), bytraceMode.end(), '}'); in IsHisysEventData() local