Searched refs:kMultiDexSeparator (Results 1 – 5 of 5) sorted by relevance
55 static constexpr char kMultiDexSeparator = '!'; variable157 const char* pos = strrchr(location, kMultiDexSeparator); in GetBaseLocation()169 size_t pos = location.rfind(kMultiDexSeparator); in GetMultiDexSuffix()
142 return location.find(kMultiDexSeparator) != std::string_view::npos; in IsMultiDexLocation()154 return StringPrintf("%s%cclasses%zu.dex", dex_location, kMultiDexSeparator, index + 1); in GetMultiDexLocation()237 DCHECK(suffix[0] == 0 || suffix[0] == kMultiDexSeparator); in GetDexCanonicalLocation()
852 dex_file_location[primary_location.size()] != DexFileLoader::kMultiDexSeparator)) { in Setup()1409 static_assert(std::string_view(kZipSeparator).starts_with(DexFileLoader::kMultiDexSeparator)); in Dlopen()
1330 size_t pos = filename.find(DexFileLoader::kMultiDexSeparator); in ResolveIfAbsolutePath()
525 size_t pos = modified_location.find(art::DexFileLoader::kMultiDexSeparator); in MoveDataToMemMap()