Searched refs:file_paths (Results 1 – 2 of 2) sorted by relevance
253 PandaVector<std::string_view> file_paths; in GetPandaFilePaths() local256 file_paths.emplace_back(pf->GetFilename()); in GetPandaFilePaths()259 return file_paths; in GetPandaFilePaths()
279 auto file_paths = context->GetPandaFilePaths(); in GetAppContext()280 for (auto &file : file_paths) { in GetAppContext()