Searched refs:replace_start (Results 1 – 1 of 1) sorted by relevance
633 size_t replace_start = cache_location.length() + /* skip the leading slash from `location` */ 1u; in GetLocationEncodedFilename() local634 std::replace(filename->begin() + replace_start, filename->end(), '/', '@'); in GetLocationEncodedFilename()