Searched refs:FileAndContent (Results 1 – 2 of 2) sorted by relevance
132 for (const auto &FileAndContent : OverlayFiles) in execute() local133 Tool.mapVirtualFile(FileAndContent.first(), in execute()134 FileAndContent.second); in execute()
283 for (const auto &FileAndContent : FileToContent) { in TEST() local284 Executor.mapVirtualFile(FileAndContent.first, FileAndContent.second); in TEST()