Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexdiag.cc318 size_t match_loc = mapped_name.find(suffix); in IsVdexFileMapping() local
319 if (match_loc != std::string::npos && mapped_name.length() == match_loc + strlen(suffix)) { in IsVdexFileMapping()
406 size_t match_loc = mapped_name.find(suffix); in IsOatFileMapping() local
407 if (match_loc != std::string::npos && mapped_name.length() == match_loc + strlen(suffix)) { in IsOatFileMapping()