Lines Matching refs:error_msgs
173 std::vector<std::string>* error_msgs) { in OpenDexFilesFromOat() argument
176 CHECK(error_msgs != nullptr); in OpenDexFilesFromOat()
333 error_msgs->push_back("Failed to open dex files from " + odex_location); in OpenDexFilesFromOat()
400 error_msgs->push_back("Failed to open dex files from " + std::string(dex_location) in OpenDexFilesFromOat()
431 std::vector<std::string>* error_msgs) { in OpenDexFilesFromOat() argument
437 error_msgs); in OpenDexFilesFromOat()
439 if (error_msgs->empty()) { in OpenDexFilesFromOat()
444 error_msgs->push_back("Failed to make dex file " + dex_file->GetLocation() + " read-only"); in OpenDexFilesFromOat()
449 if (!error_msgs->empty()) { in OpenDexFilesFromOat()
461 std::vector<std::string>* error_msgs) { in OpenDexFilesFromOat_Impl() argument
464 DCHECK(error_msgs != nullptr); in OpenDexFilesFromOat_Impl()
510 error_msgs->push_back("Failed to open dex files from memory: " + error_msg); in OpenDexFilesFromOat_Impl()
517 if (vdex_file == nullptr || class_loader == nullptr || !error_msgs->empty()) { in OpenDexFilesFromOat_Impl()