Lines Matching refs:dex_files
508 /* out */ std::vector<std::unique_ptr<const DexFile>>* dex_files, in LoadDexFiles() argument
516 dex_files)) { in LoadDexFiles()
527 MakeNonOwningPointerVector(*dex_files), in LoadDexFiles()
531 for (const auto& dex_file : *dex_files) { in LoadDexFiles()
548 const std::vector<std::unique_ptr<const DexFile>>& dex_files, in CheckAllDexFilesInDomain() argument
552 for (const auto& dex_file : dex_files) { in CheckAllDexFilesInDomain()
581 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
586 ASSERT_TRUE(LoadDexFiles(data_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
588 ASSERT_GE(dex_files.size(), 1u); in TEST_F()
590 dex_files, in TEST_F()
594 dex_files.clear(); in TEST_F()
604 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
609 ASSERT_TRUE(LoadDexFiles(system_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
611 ASSERT_GE(dex_files.size(), 1u); in TEST_F()
613 dex_files, in TEST_F()
617 dex_files.clear(); in TEST_F()
627 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
632 ASSERT_TRUE(LoadDexFiles(system_ext_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
634 ASSERT_GE(dex_files.size(), 1u); in TEST_F()
636 dex_files, in TEST_F()
640 dex_files.clear(); in TEST_F()
651 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
659 &dex_files, in TEST_F()
662 ASSERT_GE(dex_files.size(), 1u); in TEST_F()
664 dex_files, in TEST_F()
668 dex_files.clear(); in TEST_F()
678 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
686 &dex_files, in TEST_F()
689 ASSERT_GE(dex_files.size(), 1u); in TEST_F()
691 dex_files, in TEST_F()
695 dex_files.clear(); in TEST_F()
705 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
711 ASSERT_TRUE(LoadDexFiles(data_multi_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
713 ASSERT_GE(dex_files.size(), 1u); in TEST_F()
715 dex_files, in TEST_F()
719 dex_files.clear(); in TEST_F()
730 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
736 ASSERT_TRUE(LoadDexFiles(system_multi_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
738 ASSERT_GT(dex_files.size(), 1u); in TEST_F()
740 dex_files, in TEST_F()
744 dex_files.clear(); in TEST_F()
755 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
761 …ASSERT_TRUE(LoadDexFiles(system_ext_multi_location_path, soa, &dex_files, &class_loader, &error_ms… in TEST_F()
763 ASSERT_GT(dex_files.size(), 1u); in TEST_F()
765 dex_files, in TEST_F()
769 dex_files.clear(); in TEST_F()
780 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
789 &dex_files, in TEST_F()
792 ASSERT_GT(dex_files.size(), 1u); in TEST_F()
794 dex_files, in TEST_F()
798 dex_files.clear(); in TEST_F()
809 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
818 &dex_files, in TEST_F()
821 ASSERT_GT(dex_files.size(), 1u); in TEST_F()
823 dex_files, in TEST_F()
827 dex_files.clear(); in TEST_F()