Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc140 const char* abs_dex_location, in OpenOatFile()
236 bool OatFileBase::Setup(const char* abs_dex_location, std::string* error_msg) { in Setup()
818 const char* abs_dex_location, in OpenElfFile()
846 const char* abs_dex_location, in InitializeFromElfFile()
911 const char* abs_dex_location, const std::string& rel_dex_location) { in ResolveRelativeEncodedDexLocation()
936 const char* abs_dex_location, in OpenWithElfFile()
950 const char* abs_dex_location, in Open()
1006 const char* abs_dex_location, in OpenWritable()
1022 const char* abs_dex_location, in OpenReadable()
Doat_file_assistant_test.cc1023 std::string abs_dex_location = GetScratchDir() + "/NonAbsoluteDexLocation.jar"; in TEST_F() local