Searched refs:absoluteFilePath (Results 1 – 2 of 2) sorted by relevance
101 std::string absoluteFilePath(""); in StartCpuProfilerForFile() local102 if (!CheckFileName(fileName, absoluteFilePath)) { in StartCpuProfilerForFile()107 fileName_ = absoluteFilePath; in StartCpuProfilerForFile()526 bool CpuProfiler::CheckFileName(const std::string &fileName, std::string &absoluteFilePath) const in CheckFileName()547 absoluteFilePath = resolvedPath.data(); in CheckFileName()
111 bool CheckFileName(const std::string &fileName, std::string &absoluteFilePath) const;