Home
last modified time | relevance | path

Searched refs:widenPath (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc48 using llvm::sys::path::widenPath;
67 std::error_code widenPath(const Twine &Path8,
207 if (std::error_code ec = widenPath(path, path_utf16))
224 if (std::error_code ec = widenPath(from, wide_from))
226 if (std::error_code ec = widenPath(to, wide_to))
249 if (std::error_code ec = widenPath(path, path_utf16))
272 if (std::error_code ec = widenPath(from, wide_from))
274 if (std::error_code ec = widenPath(to, wide_to))
341 if (std::error_code EC = widenPath(Path, PathUtf16))
478 if (std::error_code ec = widenPath(path8, path_utf16))
[all …]
DWindowsSupport.h249 std::error_code widenPath(const Twine &Path8,
DProgram.inc134 if (path::widenPath(fname, fnameUnicode))
347 if (std::error_code ec = path::widenPath(Program, ProgramUtf16)) {
/external/llvm/lib/Support/Windows/
DPath.inc48 using llvm::sys::path::widenPath;
67 std::error_code widenPath(const Twine &Path8,
213 if (std::error_code ec = widenPath(path, path_utf16))
230 if (std::error_code ec = widenPath(from, wide_from))
232 if (std::error_code ec = widenPath(to, wide_to))
251 if (std::error_code ec = widenPath(path, path_utf16))
274 if (std::error_code ec = widenPath(from, wide_from))
276 if (std::error_code ec = widenPath(to, wide_to))
343 if (std::error_code EC = widenPath(Path, PathUtf16))
480 if (std::error_code ec = widenPath(path8, path_utf16))
[all …]
DWindowsSupport.h215 std::error_code widenPath(const Twine &Path8,
DProgram.inc134 if (path::widenPath(fname, fnameUnicode))
347 if (std::error_code ec = path::widenPath(Program, ProgramUtf16)) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc50 using llvm::sys::path::widenPath;
69 std::error_code widenPath(const Twine &Path8,
217 if (std::error_code ec = widenPath(path, wide_path))
230 if (std::error_code ec = widenPath(path, path_utf16))
247 if (std::error_code ec = widenPath(from, wide_from))
249 if (std::error_code ec = widenPath(to, wide_to))
265 if (std::error_code ec = widenPath(path, path_utf16))
345 if (std::error_code ec = widenPath(P, WidePath))
415 if (auto EC = widenPath(To, ToWide))
441 if (std::error_code EC = widenPath(To, WideTo))
[all …]
DProgram.inc154 if (path::widenPath(fname, fnameUnicode))
266 if (std::error_code ec = path::widenPath(Program, ProgramUtf16)) {
/external/llvm-project/llvm/lib/Support/Windows/
DPath.inc49 using llvm::sys::windows::widenPath;
68 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16,
216 if (std::error_code ec = widenPath(path, wide_path))
231 if (std::error_code ec = widenPath(path, path_utf16, MAX_PATH - 12))
248 if (std::error_code ec = widenPath(from, wide_from))
250 if (std::error_code ec = widenPath(to, wide_to))
266 if (std::error_code ec = widenPath(path, path_utf16))
346 if (std::error_code ec = widenPath(P, WidePath))
430 if (auto EC = widenPath(To, ToWide))
456 if (std::error_code EC = widenPath(To, WideTo))
[all …]
DProgram.inc155 if (sys::windows::widenPath(fname, fnameUnicode))
273 if (std::error_code ec = sys::windows::widenPath(Program, ProgramUtf16)) {
/external/llvm-project/llvm/include/llvm/Support/Windows/
DWindowsSupport.h242 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h472 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16);
/external/llvm-project/llvm/unittests/Support/
DPath.cpp2139 TEST_F(FileSystemTest, widenPath) { in TEST_F() argument
2153 ASSERT_NO_ERROR(windows::widenPath(Input, Result)); in TEST_F()
2167 ASSERT_NO_ERROR(windows::widenPath(Input, Result)); in TEST_F()
2179 ASSERT_NO_ERROR(windows::widenPath(Input, Result)); in TEST_F()
2193 ASSERT_NO_ERROR(windows::widenPath(Input, Result)); in TEST_F()
2198 ASSERT_NO_ERROR(windows::widenPath(Input, Result)); in TEST_F()
2203 ASSERT_NO_ERROR(windows::widenPath(Input, Result)); in TEST_F()