Home
last modified time | relevance | path

Searched refs:fullPath (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dperf_data_filter.cpp81 auto fullPath = traceDataCache_->GetDataFromDict(pathIndex); in Finish() local
82 auto iPos = fullPath.find_last_of('/'); in Finish()
83 fullPath = fullPath.substr(iPos + 1, -1); in Finish()
85 …i, fullPath + "+0x" + base::number(traceDataCache_->GetPerfCallChainData()->VaddrInFiles()[i] & fl… in Finish()
/developtools/smartperf_host/trace_streamer/src/filter/
Dperf_data_filter.cpp81 auto fullPath = traceDataCache_->GetDataFromDict(pathIndex); in Finish() local
82 auto iPos = fullPath.find_last_of('/'); in Finish()
83 fullPath = fullPath.substr(iPos + 1, -1); in Finish()
85 …i, fullPath + "+0x" + base::number(traceDataCache_->GetPerfCallChainData()->VaddrInFiles()[i] & fl… in Finish()
/developtools/hdc/src/common/
Dtransfer.cpp399 string fullPath = string(path) + "/"; in GetSubFiles() local
400 fullPath += fileName; in GetSubFiles()
401 out->push_back(fullPath); in GetSubFiles()