Searched refs:abs_dex_location (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 113 const char* abs_dex_location, 126 const char* abs_dex_location, 167 bool Setup(int zip_fd, const char* abs_dex_location, std::string* error_msg); 196 const char* abs_dex_location, in OpenOatFile() argument 222 if (!ret->Setup(zip_fd, abs_dex_location, error_msg)) { in OpenOatFile() 238 const char* abs_dex_location, in OpenOatFile() argument 262 if (!ret->Setup(zip_fd, abs_dex_location, error_msg)) { in OpenOatFile() 475 bool OatFileBase::Setup(int zip_fd, const char* abs_dex_location, std::string* error_msg) { in Setup() argument 592 ResolveRelativeEncodedDexLocation(abs_dex_location, in Setup() 1232 const char* abs_dex_location, [all …]
|
D | oat_file.h | 83 const char* abs_dex_location, 94 const char* abs_dex_location, 107 const char* abs_dex_location, 119 const char* abs_dex_location, 125 const char* abs_dex_location, 355 static void ResolveRelativeEncodedDexLocation(const char* abs_dex_location,
|
D | oat_file_assistant_test.cc | 1135 std::string abs_dex_location = GetScratchDir() + "/NonAbsoluteDexLocation.jar"; in TEST_F() local 1136 Copy(GetDexSrc1(), abs_dex_location); in TEST_F() 1138 std::string dex_location = MakePathRelative(abs_dex_location); in TEST_F()
|