Searched refs:LongPathPrefix (Results 1 – 2 of 2) sorted by relevance
2307 const std::wstring LongPathPrefix(L"\\\\?\\"); in TEST_F() local2322 EXPECT_TRUE(std::wmemcmp(Result.data(), LongPathPrefix.c_str(), in TEST_F()2323 LongPathPrefix.size()) != 0); in TEST_F()2331 Expected.insert(Expected.begin(), LongPathPrefix.begin(), in TEST_F()2332 LongPathPrefix.end()); in TEST_F()2372 EXPECT_TRUE(std::wmemcmp(Result.data(), LongPathPrefix.c_str(), in TEST_F()2373 LongPathPrefix.size()) != 0); in TEST_F()2381 const std::wstring UNCPrefix(LongPathPrefix + L"UNC\\"); in TEST_F()
96 const char *const LongPathPrefix = "\\\\?\\";99 Path8Str.startswith(LongPathPrefix))117 SmallString<2 * MAX_PATH> FullPath(LongPathPrefix);