reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
45 EC = llvm::sys::fs::createUniqueDirectory(Name, Path); 47 Path = Name.str(); 48 EC = llvm::sys::fs::create_directory(Twine(Path)); 51 Path = ""; 56 if (!llvm::sys::fs::real_path(Path, RealPath)) 57 Path.swap(RealPath); 60 if (Path != "") { 61 EXPECT_FALSE(llvm::sys::fs::remove_directories(Path.str())); 64 operator StringRef() { return Path.str(); } 104 std::string root_fs = root.Path.str(); 131 std::string root_fs = root.Path.str(); 159 std::string root_fs = root.Path.str(); 165 EXPECT_FALSE(FileCollector.hasSeen(subdir.Path)); 167 FileCollector.addFile(subdir.Path); 168 EXPECT_TRUE(FileCollector.hasSeen(subdir.Path)); 174 llvm::SmallString<128> SubdirInRoot = root.Path; 176 llvm::sys::path::relative_path(subdir.Path)); 197 std::string root_fs = root.Path.str(); 207 VFS->status(subdir.Path); 208 EXPECT_TRUE(Collector->hasSeen(subdir.Path)); 212 auto It = VFS->dir_begin(subdir3.Path, EC); 214 EXPECT_TRUE(Collector->hasSeen(subdir3.Path)); 216 EXPECT_TRUE(Collector->hasSeen(subdir3b.Path)); 217 std::string RemovedFileName = (Twine(subdir3.Path) + "/removed").str(); 244 std::string root_fs = reproducer_root.Path.str(); 260 std::string rpath = (reproducer_root.Path + file_root.Path + "/aaa").str(); 260 std::string rpath = (reproducer_root.Path + file_root.Path + "/aaa").str(); 269 (reproducer_root.Path + file_root.Path + "/foo/ddd").str(); 269 (reproducer_root.Path + file_root.Path + "/foo/ddd").str(); 277 std::string rpath = (reproducer_root.Path + file_root.Path + "/eee").str(); 277 std::string rpath = (reproducer_root.Path + file_root.Path + "/eee").str(); 290 std::string root_fs = root.Path.str();