Searched refs:fullPath (Results 1 – 2 of 2) sorted by relevance
76 auto fullPath = traceDataCache_->GetDataFromDict(pathIndex); in Finish() local77 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()
395 string fullPath = string(path) + "/"; in GetSubFiles() local396 fullPath += fileName; in GetSubFiles()397 out->push_back(fullPath); in GetSubFiles()