Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/cpu_profiler/
Dcpu_profiler.cpp61 std::string absoluteFilePath(""); in StartCpuProfiler() local
62 if (!CheckFileName(fileName, absoluteFilePath)) { in StartCpuProfiler()
67 fileName_ = absoluteFilePath; in StartCpuProfiler()
298 bool CpuProfiler::CheckFileName(const std::string &fileName, std::string &absoluteFilePath) const in CheckFileName()
318 absoluteFilePath = resolvedPath.data(); in CheckFileName()
Dcpu_profiler.h73 bool CheckFileName(const std::string &fileName, std::string &absoluteFilePath) const;