Searched refs:abs_dex_location (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 109 const char* abs_dex_location, 123 const char* abs_dex_location, 165 bool Setup(int zip_fd, const char* abs_dex_location, std::string* error_msg); 195 const char* abs_dex_location, in OpenOatFile() argument 220 if (!ret->Setup(zip_fd, abs_dex_location, error_msg)) { in OpenOatFile() 238 const char* abs_dex_location, in OpenOatFile() argument 261 if (!ret->Setup(zip_fd, abs_dex_location, error_msg)) { in OpenOatFile() 510 bool OatFileBase::Setup(int zip_fd, const char* abs_dex_location, std::string* error_msg) { in Setup() argument 605 abs_dex_location, in Setup() 1185 const char* abs_dex_location, [all …]
|
D | oat_file.h | 81 const char* abs_dex_location, 94 const char* abs_dex_location, 108 const char* abs_dex_location, 119 const char* abs_dex_location, 125 const char* abs_dex_location, 333 const char* abs_dex_location, const std::string& rel_dex_location);
|
D | oat_file_assistant_test.cc | 1108 std::string abs_dex_location = GetScratchDir() + "/NonAbsoluteDexLocation.jar"; in TEST_F() local 1109 Copy(GetDexSrc1(), abs_dex_location); in TEST_F() 1111 std::string dex_location = MakePathRelative(abs_dex_location); in TEST_F()
|