Home
last modified time | relevance | path

Searched defs:abs_dex_location (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.cc196 const char* abs_dex_location, in OpenOatFile()
238 const char* abs_dex_location, in OpenOatFile()
475 bool OatFileBase::Setup(int zip_fd, const char* abs_dex_location, std::string* error_msg) { in Setup()
1293 const char* abs_dex_location, in OpenElfFile()
1324 const char* abs_dex_location, in InitializeFromElfFile()
1500 static bool IsLocationSuffix(const char* abs_dex_location, const std::string& rel_dex_location) { in IsLocationSuffix()
1510 static void MaybeResolveDexPath(const char* abs_dex_location, in MaybeResolveDexPath()
1522 void OatFile::ResolveRelativeEncodedDexLocation(const char* abs_dex_location, in ResolveRelativeEncodedDexLocation()
1574 const char* abs_dex_location, in OpenWithElfFile()
1587 const char* abs_dex_location, in Open()
[all …]
Doat_file_assistant_test.cc1135 std::string abs_dex_location = GetScratchDir() + "/NonAbsoluteDexLocation.jar"; in TEST_F() local