Home
last modified time | relevance | path

Searched defs:firstLine (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/interop/
Dinterop_manager.ts487 const firstLine = readFirstLineSync(realPath); constant
560 const firstLine = fs.readFileSync(rawPath, 'utf-8').split('\n')[0]; constant
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_streamer/
Dtrace_streamer_selector.cpp64 auto firstLine = std::find(bytraceMode.begin(), bytraceMode.end(), '}'); in IsHisysEventData() local