Lines Matching refs:dex_location
281 // Find or create the oat file holding dex_location. Then load all corresponding dex files
283 bool OpenDexFilesFromOat(const char* dex_location, const char* oat_location,
296 const char* dex_location,
585 // Find an opened oat dex file that contains dex_location. If oat_location is not nullptr,
588 const char* dex_location,
600 const OatFile* OpenOatFileFromDexLocation(const std::string& dex_location,
620 const OatFile* FindOatFileInOatLocationForDexFile(const char* dex_location,
626 // Creates the oat file from the dex_location to the oat_location. Needs a file descriptor for
628 const OatFile* CreateOatFileForDexLocation(const char* dex_location,
638 const OatFile* FindOatFileContainingDexFileFromDexLocation(const char* dex_location,
653 // The dex_location is the dex location as stored in the oat file header.
655 bool VerifyOatWithDexFile(const OatFile* oat_file, const char* dex_location,