Searched refs:AREA_MINI_SIZE (Results 1 – 1 of 1) sorted by relevance
42 constexpr int32_t AREA_MINI_SIZE = 4; variable230 if (area == std::string::npos || area + AREA_MINI_SIZE > path.size()) { in Anonymous()233 path = path.substr(area, AREA_MINI_SIZE) + "/***"; in Anonymous()235 path = path.substr(area, AREA_MINI_SIZE); in Anonymous()