Searched refs:pathIndex (Results 1 – 4 of 4) sorted by relevance
75 auto pathIndex = filePath[fileIdToRow_.at(fileIds[i])]; in Finish() local76 auto fullPath = traceDataCache_->GetDataFromDict(pathIndex); in Finish()
132 auto pathIndex = static_cast<size_t>(perfFilesObj_.FilePaths()[CurrentRow()]); in Column() local133 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(pathIndex).c_str(), STR_DEFAULT_LEN, nul… in Column()
118 let pathIndex = parseInt(this.filterPath);124 pathFilter = fsHistoryEvent.path == this.pathList![pathIndex];
127 let pathIndex = parseInt(this.filterPath);134 pathFilter = fsEvent.path == this.pathList![pathIndex];