Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h108 bool CheckFileName(const std::string &fileName, std::string &absoluteFilePath) const;
Dcpu_profiler.cpp99 if (!CheckFileName(fileName, absoluteFilePath)) { in StartCpuProfilerForFile()
518 bool CpuProfiler::CheckFileName(const std::string &fileName, std::string &absoluteFilePath) const in CheckFileName() function in panda::ecmascript::CpuProfiler