Searched refs:absoluteFilePath (Results 1 – 2 of 2) sorted by relevance
125 std::string absoluteFilePath(""); in StartCpuProfilerForFile() local126 if (!CheckFileName(fileName, absoluteFilePath)) { in StartCpuProfilerForFile()129 fileName_ = absoluteFilePath; in StartCpuProfilerForFile()516 bool CpuProfiler::CheckFileName(const std::string &fileName, std::string &absoluteFilePath) const in CheckFileName()540 absoluteFilePath = resolvedPath.data(); in CheckFileName()
128 bool CheckFileName(const std::string &fileName, std::string &absoluteFilePath) const;