Searched defs:error_msgs (Results 1 - 2 of 2) 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.cc717 // error_msgs - any error messages will be appended here
723 std::vector<std::string>* error_msgs,
760 error_msgs->push_back(error_msg);
775 error_msgs->push_back(error_msg);
812 std::vector<std::string>* error_msgs,
847 error_msgs->push_back(checksum_error_msg);
855 error_msgs->push_back(error_msg);
867 error_msgs->push_back(compound_msg);
874 kRuntimeISA, error_msgs,
891 false, error_msgs, dex_file
719 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
811 OpenDexFilesFromOat(const char* dex_location, const char* oat_location, std::vector<std::string>* error_msgs, std::vector<const DexFile*>* dex_files) argument
1028 CreateOatFileForDexLocation(const char* dex_location, int fd, const char* oat_location, std::vector<std::string>* error_msgs) argument
1178 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
1227 OpenOatFileFromDexLocation(const std::string& dex_location, InstructionSet isa, bool *already_opened, bool *obsolete_file_cleanup_failed, std::vector<std::string>* error_msgs) argument
[all...]

Completed in 136 milliseconds