Lines Matching defs:error_msg
141 std::string* error_msg) { in OpenOatFile()
170 std::string* error_msg) { in ComputeFields()
236 bool OatFileBase::Setup(const char* abs_dex_location, std::string* error_msg) { in Setup()
594 std::string* error_msg) { in Load()
635 std::string* error_msg) { in Dlopen()
819 std::string* error_msg) { in OpenElfFile()
847 std::string* error_msg) { in InitializeFromElfFile()
868 std::string* error_msg) { in Load()
888 std::string* error_msg) { in ElfFileOpen()
937 std::string* error_msg) { in OpenWithElfFile()
951 std::string* error_msg) { in Open()
1007 std::string* error_msg) { in OpenWritable()
1023 std::string* error_msg) { in OpenReadable()
1369 std::string error_msg; in CheckStaticDexFileDependencies() local