Searched refs:FILE_NAME_INVALID_STR (Results 1 – 2 of 2) sorted by relevance
45 #define FILE_NAME_INVALID_STR "../" // file name path must not contain ../ macro
232 if (strstr(name, FILE_NAME_INVALID_STR) != NULL) { in CheckFileNameAndPath()