Searched refs:Path8 (Results 1 – 7 of 7) sorted by relevance
215 std::error_code widenPath(const Twine &Path8,
67 std::error_code widenPath(const Twine &Path8,71 // Several operations would convert Path8 to SmallString; more efficient to74 Path8.toVector(Path8Str);
249 std::error_code widenPath(const Twine &Path8,
472 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16);
1134 SmallString<64> Path8(Path8a); in TEST() local1135 path::native(Path8); in TEST()1136 EXPECT_EQ(Path8, PathHome); in TEST()
70 std::error_code widenPath(const Twine &Path8,74 // Several operations would convert Path8 to SmallString; more efficient to77 Path8.toVector(Path8Str);