Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/tests/
Dfile_test.cpp53 std::string expectLongFilePath = longFilePath; variable
56 EXPECT_EQ(File::GetExtendedFilePath(longFilePath), expectLongFilePath);
66 std::string expectLongFilePath = "\\\\?\\D:";
67 expectLongFilePath += pathStr + pathStr + pathStr + pathStr + pathStr;
70 EXPECT_EQ(File::GetExtendedFilePath(longFilePath), expectLongFilePath);