Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp103 static const char * const g_ReservedNames[] = variable
111 for (unsigned i = 0; i < ARRAY_SIZE(g_ReservedNames); i++) in IsSupportedName()
113 const char *reservedName = g_ReservedNames[i]; in IsSupportedName()