Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/filter/
Dperf_data_filter.cpp76 auto fullPath = traceDataCache_->GetDataFromDict(pathIndex); in Finish() local
77 auto iPos = fullPath.find_last_of('/'); in Finish()
78 fullPath = fullPath.substr(iPos + 1, -1); in Finish()
79 auto nameIndex = traceDataCache_->GetDataIndex(fullPath + "@0x" + in Finish()
/developtools/hdc/src/common/
Dtransfer.cpp395 string fullPath = string(path) + "/"; in GetSubFiles() local
396 fullPath += fileName; in GetSubFiles()
397 out->push_back(fullPath); in GetSubFiles()