Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.h105 std::tuple<uint64_t, DataIndex> GetFileIdWithLikelyFilePath(const std::string &inputFilePath);
Dperf_data_parser.cpp413 …<uint64_t, DataIndex> PerfDataParser::GetFileIdWithLikelyFilePath(const std::string &inputFilePath) in GetFileIdWithLikelyFilePath() argument
418 if (EndsWith(filePath, inputFilePath)) { in GetFileIdWithLikelyFilePath()