Lines Matching refs:path_storage
199 SmallString<128> path_storage;
202 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
261 SmallString<128> path_storage;
268 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
324 SmallString<128> path_storage;
327 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
344 SmallString<128> path_storage;
347 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
385 SmallString<128> path_storage;
388 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
429 SmallString<128> path_storage;
432 StringRef path8 = path.toStringRef(path_storage);
511 SmallString<128> path_storage;
514 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
674 SmallString<128> path_storage;
679 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
812 SmallString<128> path_storage;
816 if ((ec = UTF8ToUTF16(path.toStringRef(path_storage), path_utf16)))