Searched refs:PATH_RELATIVE_PART (Results 1 – 2 of 2) sorted by relevance
336 constexpr char PATH_RELATIVE_PART[] = "..\\"; variable342 constexpr char PATH_RELATIVE_PART[] = "../"; variable
1196 …if ((strstr(rawSrc, PATH_RELATIVE_WHOLE) != nullptr) || (strstr(rawSrc, PATH_RELATIVE_PART) != nul… in ParseImageSrc()