Searched refs:filePathMap (Results 1 – 2 of 2) sorted by relevance
90 FilePathMap* filePathMap = hookData->mutable_file_path(); in ParseFileEvent() local91 filePathMap->ParseFromArray(bytesView.Data(), bytesView.Size()); in ParseFileEvent()
840 FilePathMap* filePathMap = hookData->mutable_file_path(); in ReportFilePathMap() local841 filePathMap->set_id(callFrame.filePathId_); in ReportFilePathMap()842 filePathMap->set_name(std::string(callFrame.filePath_)); in ReportFilePathMap()843 filePathMap->set_pid(pid_); in ReportFilePathMap()