Home
last modified time | relevance | path

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

/aosp_15_r20/art/libartbase/base/
H A Dfile_utils.cc633 size_t replace_start = cache_location.length() + /* skip the leading slash from `location` */ 1u; in GetLocationEncodedFilename() local
634 std::replace(filename->begin() + replace_start, filename->end(), '/', '@'); in GetLocationEncodedFilename()