Searched refs:abs_dex_location (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | oat_file.h | 49 const char* abs_dex_location, 60 const char* abs_dex_location, 69 const char* abs_dex_location, 73 const char* abs_dex_location, 252 const char* abs_dex_location, const std::string& rel_dex_location); 272 const char* abs_dex_location, 281 const char* abs_dex_location, 286 const char* abs_dex_location, std::string* error_msg); 290 const char* abs_dex_location, 293 bool Setup(const char* abs_dex_location, std::string* error_msg);
|
D | oat_file.cc | 64 const char* abs_dex_location, const std::string& rel_dex_location) { in ResolveRelativeEncodedDexLocation() argument 65 if (abs_dex_location != nullptr && rel_dex_location[0] != '/') { in ResolveRelativeEncodedDexLocation() 72 std::string abs_location(abs_dex_location); in ResolveRelativeEncodedDexLocation() 89 const char* abs_dex_location, in OpenWithElfFile() argument 99 return oat_file->Setup(abs_dex_location, error_msg) ? oat_file.release() : nullptr; in OpenWithElfFile() 107 const char* abs_dex_location, in Open() argument 120 ret.reset(OpenDlopen(filename, location, requested_base, abs_dex_location, error_msg)); in Open() 148 abs_dex_location, error_msg)); in Open() 157 const char* abs_dex_location, in OpenWritable() argument 160 return OpenElfFile(file, location, nullptr, nullptr, true, false, abs_dex_location, error_msg); in OpenWritable() [all …]
|
D | oat_file_assistant_test.cc | 858 std::string abs_dex_location = GetScratchDir() + "/NonAbsoluteDexLocation.jar"; in TEST_F() local 859 Copy(GetDexSrc1(), abs_dex_location); in TEST_F() 861 std::string dex_location = MakePathRelative(abs_dex_location); in TEST_F()
|