Lines Matching refs:error_msgs
459 std::vector<std::string>* error_msgs) { in OpenDexFilesFromOat() argument
462 CHECK(error_msgs != nullptr); in OpenDexFilesFromOat()
619 error_msgs->push_back("Failed to open dex files from " + source_oat_file->GetLocation()); in OpenDexFilesFromOat()
642 error_msgs->push_back("Failed to open dex files from " + std::string(dex_location) in OpenDexFilesFromOat()
646 error_msgs->push_back("Fallback mode disabled, skipping dex files."); in OpenDexFilesFromOat()
651 error_msgs->push_back(msg); in OpenDexFilesFromOat()
723 std::vector<std::string>* error_msgs) { in OpenDexFilesFromOat() argument
729 error_msgs); in OpenDexFilesFromOat()
731 if (error_msgs->empty()) { in OpenDexFilesFromOat()
736 error_msgs->push_back("Failed to make dex file " + dex_file->GetLocation() + " read-only"); in OpenDexFilesFromOat()
741 if (!error_msgs->empty()) { in OpenDexFilesFromOat()
753 std::vector<std::string>* error_msgs) { in OpenDexFilesFromOat_Impl() argument
756 DCHECK(error_msgs != nullptr); in OpenDexFilesFromOat_Impl()
804 error_msgs->push_back("Failed to open dex files from memory: " + error_msg); in OpenDexFilesFromOat_Impl()
811 if (vdex_file == nullptr || class_loader == nullptr || !error_msgs->empty()) { in OpenDexFilesFromOat_Impl()