Searched refs:absoluteFilePath (Results 1 – 2 of 2) sorted by relevance
98 std::string absoluteFilePath(""); in StartCpuProfilerForFile() local99 if (!CheckFileName(fileName, absoluteFilePath)) { in StartCpuProfilerForFile()104 fileName_ = absoluteFilePath; in StartCpuProfilerForFile()518 bool CpuProfiler::CheckFileName(const std::string &fileName, std::string &absoluteFilePath) const in CheckFileName()539 absoluteFilePath = resolvedPath.data(); in CheckFileName()
108 bool CheckFileName(const std::string &fileName, std::string &absoluteFilePath) const;