Searched refs:Path8 (Results 1 – 3 of 3) sorted by relevance
242 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16,
68 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16,72 // Several operations would convert Path8 to SmallString; more efficient to do75 Path8.toVector(Path8Str);85 const bool IsAbsolute = llvm::sys::path::is_absolute(Path8);
1498 SmallString<64> Path8(Path8a); in TEST() local1499 path::native(Path8); in TEST()1500 EXPECT_EQ(Path8, PathHome); in TEST()