Searched refs:error_msgs (Results 1 - 3 of 3) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_DexFile.cc113 std::vector<std::string> error_msgs; local
115 bool success = linker->OpenDexFilesFromOat(sourceName.c_str(), outputName.c_str(), &error_msgs,
127 CHECK(!error_msgs.empty());
130 auto it = error_msgs.begin();
131 auto itEnd = error_msgs.end();
/art/runtime/
H A Dclass_linker.cc733 // error_msgs - any error messages will be appended here
739 std::vector<std::string>* error_msgs,
776 error_msgs->push_back(error_msg);
791 error_msgs->push_back(error_msg);
828 std::vector<std::string>* error_msgs,
863 error_msgs->push_back(checksum_error_msg);
871 error_msgs->push_back(error_msg);
883 error_msgs->push_back(compound_msg);
890 kRuntimeISA, error_msgs,
907 false, error_msgs, dex_file
735 LoadMultiDexFilesFromOatFile(const OatFile* oat_file, const char* dex_location, const uint32_t* dex_location_checksum, bool generated, std::vector<std::string>* error_msgs, std::vector<const DexFile*>* dex_files) argument
827 OpenDexFilesFromOat(const char* dex_location, const char* oat_location, std::vector<std::string>* error_msgs, std::vector<const DexFile*>* dex_files) argument
1044 CreateOatFileForDexLocation(const char* dex_location, int fd, const char* oat_location, std::vector<std::string>* error_msgs) argument
1198 FindOatFileContainingDexFileFromDexLocation( const char* dex_location, const uint32_t* dex_location_checksum, InstructionSet isa, std::vector<std::string>* error_msgs, bool* obsolete_file_cleanup_failed) argument
1247 OpenOatFileFromDexLocation(const std::string& dex_location, InstructionSet isa, bool *already_opened, bool *obsolete_file_cleanup_failed, std::vector<std::string>* error_msgs) argument
[all...]
H A Dclass_linker.h284 std::vector<std::string>* error_msgs,
630 std::vector<std::string>* error_msgs)
641 std::vector<std::string>* error_msgs,

Completed in 4911 milliseconds