Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexdiag.cc314 static bool IsVdexFileMapping(const std::string& mapped_name) { in IsVdexFileMapping() argument
318 size_t match_loc = mapped_name.find(suffix); in IsVdexFileMapping()
319 if (match_loc != std::string::npos && mapped_name.length() == match_loc + strlen(suffix)) { in IsVdexFileMapping()
402 static bool IsOatFileMapping(const std::string& mapped_name) { in IsOatFileMapping() argument
406 size_t match_loc = mapped_name.find(suffix); in IsOatFileMapping()
407 if (match_loc != std::string::npos && mapped_name.length() == match_loc + strlen(suffix)) { in IsOatFileMapping()