Searched refs:StatPath (Results 1 – 1 of 1) sorted by relevance
33 const char *StatPath) { in InjectFileOrDirectory() argument40 if (StatPath) { in InjectFileOrDirectory()41 NormalizedStatPath = StatPath; in InjectFileOrDirectory()43 StatPath = NormalizedStatPath.c_str(); in InjectFileOrDirectory()47 if (!StatPath) in InjectFileOrDirectory()48 StatPath = Path; in InjectFileOrDirectory()53 llvm::vfs::Status Status(StatPath, llvm::sys::fs::UniqueID(1, INode), in InjectFileOrDirectory()63 const char *StatPath = nullptr) { in InjectFile() argument64 InjectFileOrDirectory(Path, INode, /*IsFile=*/true, StatPath); in InjectFile()