Searched refs:PathStorage (Results 1 – 5 of 5) sorted by relevance
77 SmallString<16> PathStorage; in TEST() local78 llvm::sys::path::native("//net/dir/file1", PathStorage); in TEST()79 expected_files.push_back(PathStorage.str()); in TEST()80 llvm::sys::path::native("//net/dir/file2", PathStorage); in TEST()81 expected_files.push_back(PathStorage.str()); in TEST()
44 std::wstring PathStorage;46 PathStorage.reserve(Paths.size() * MAX_PATH);49 PathStorage.push_back(L';');54 PathStorage.append(TmpPath.begin(), TmpPath.end());56 Path = PathStorage.c_str();
224 SmallString<1024> PathStorage; in mapVirtualFile() local225 llvm::sys::path::native(FilePath, PathStorage); in mapVirtualFile()226 MappedFileContents[PathStorage] = Content; in mapVirtualFile()
310 SmallString<128> PathStorage;311 StringRef P = Path.toNullTerminatedStringRef(PathStorage);383 SmallString<128> PathStorage;384 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
844 SmallString<128> PathStorage; in create_directories() local845 StringRef P = Path.toStringRef(PathStorage); in create_directories()