Lines Matching refs:dex_file_location

199                            const std::string& dex_file_location,
206 const std::string& dex_file_location,
450 const std::string& dex_file_location, in ReadIndexBssMapping() argument
459 dex_file_location.c_str(), in ReadIndexBssMapping()
480 dex_file_location.c_str(), in ReadIndexBssMapping()
495 const std::string& dex_file_location, in ReadBssMappingInfo() argument
500 oat, container_tag, dex_file_index, dex_file_location, tag, mapping, error_msg); in ReadBssMappingInfo()
730 std::string dex_file_location(oat_dex_file_location); in Setup() local
731 bool is_multidex = DexFileLoader::IsMultiDexLocation(dex_file_location); in Setup()
739 dex_file_location.c_str()); in Setup()
749 dex_file_location.c_str(), in Setup()
760 (!dex_file_location.starts_with(primary_location) || in Setup()
761 dex_file_location[primary_location.size()] != DexFileLoader::kMultiDexSeparator)) { in Setup()
763 dex_file_location.c_str(), in Setup()
767 std::string dex_file_name = dex_file_location; in Setup()
773 if (dex_file_location.find('/') == std::string::npos && in Setup()
774 dex_file_name.size() > dex_file_location.size() && in Setup()
775 dex_file_name[dex_file_name.size() - dex_file_location.size() - 1u] == '/' && in Setup()
776 dex_file_name.ends_with(dex_file_location)) { in Setup()
777 dex_file_location = dex_file_name; in Setup()
785 dex_file_location.c_str()); in Setup()
793 dex_file_location.c_str()); in Setup()
801 dex_file_location.c_str()); in Setup()
809 dex_file_location.c_str()); in Setup()
815 dex_file_location.c_str(), in Setup()
827 dex_file_location.c_str()); in Setup()
838 ArtDexFileLoader dex_file_loader(&file, dex_file_location); in Setup()
843 ArtDexFileLoader dex_file_loader(dex_file, dex_file_location); in Setup()
847 ArtDexFileLoader dex_file_loader(dex_file_name.c_str(), dex_file_location); in Setup()
876 dex_file_location.c_str()); in Setup()
903 dex_file_location.c_str()); in Setup()
910 dex_file_location.c_str(), in Setup()
924 dex_file_location.c_str()); in Setup()
930 dex_file_location.c_str()); in Setup()
938 dex_file_location.c_str(), in Setup()
949 dex_file_location.c_str()); in Setup()
957 dex_file_location.c_str(), in Setup()
967 dex_file_location.c_str(), in Setup()
978 dex_file_location.c_str()); in Setup()
991 dex_file_location.c_str(), in Setup()
1003 dex_file_location.c_str()); in Setup()
1012 &oat, "OatDexFile", i, dex_file_location, &bss_mapping_info, error_msg)) { in Setup()
1019 dex_file_location, in Setup()
1076 const std::string& dex_file_location = linker != nullptr in Setup() local
1080 &bcp_info_begin, "BcpBssInfo", i, dex_file_location, &bcp_bss_info_[i], error_msg)) { in Setup()
2169 const std::string& dex_file_location, in OatDexFile() argument
2181 dex_file_location_(dex_file_location), in OatDexFile()
2226 const std::string& dex_file_location, in OatDexFile() argument
2230 dex_file_location_(dex_file_location), in OatDexFile()