• Home
  • Raw
  • Download

Lines Matching refs:abs_dex_location

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,
1191 const char* abs_dex_location,
1247 const char* abs_dex_location, in OpenElfFile() argument
1267 if (!oat_file->Setup(zip_fd, abs_dex_location, error_msg)) { in OpenElfFile()
1277 const char* abs_dex_location, in InitializeFromElfFile() argument
1292 return Setup(zip_fd, abs_dex_location, error_msg); in InitializeFromElfFile()
1368 const char* abs_dex_location, const std::string& rel_dex_location) { in ResolveRelativeEncodedDexLocation() argument
1371 if (abs_dex_location != nullptr && (rel_dex_location[0] != '/' || !kIsTargetBuild)) { in ResolveRelativeEncodedDexLocation()
1378 std::string abs_location(abs_dex_location); in ResolveRelativeEncodedDexLocation()
1397 const char* abs_dex_location, in OpenWithElfFile() argument
1400 return oat_file->InitializeFromElfFile(zip_fd, elf_file, vdex_file, abs_dex_location, error_msg) in OpenWithElfFile()
1412 const char* abs_dex_location, in Open() argument
1440 abs_dex_location, in Open()
1470 abs_dex_location, in Open()
1483 const char* abs_dex_location, in Open() argument
1499 abs_dex_location, in Open()
1507 const char* abs_dex_location, in OpenWritable() argument
1518 abs_dex_location, in OpenWritable()
1525 const char* abs_dex_location, in OpenReadable() argument
1536 abs_dex_location, in OpenReadable()