Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h35 static const std::string PREFIX_FOR_LONG_PATH = "\\\\?\\"; variable
142 std::string extendedPath = PREFIX_FOR_LONG_PATH + path; in GetExtendedLengthStylePath()