HomeSort by relevance Sort by last modified time
    Searched defs:OatFile (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file.cc 35 std::string OatFile::DexFilenameToOdexFilename(const std::string& location) {
46 void OatFile::CheckLocation(const std::string& location) {
50 OatFile* OatFile::OpenMemory(std::vector<uint8_t>& oat_contents,
54 UniquePtr<OatFile> oat_file(new OatFile(location));
60 OatFile* OatFile::Open(const std::string& filename,
89 OatFile* OatFile::OpenWritable(File* file, const std::string& location)
    [all...]
oat_file.h 37 class OatFile {
45 static OatFile* Open(const std::string& filename,
55 static OatFile* OpenWritable(File* file, const std::string& location);
58 static OatFile* OpenMemory(std::vector<uint8_t>& oat_contents,
61 ~OatFile();
156 OatClass(const OatFile* oat_file,
160 const OatFile* oat_file_;
169 // Opens the DexFile referred to by this OatDexFile from within the containing OatFile.
191 OatDexFile(const OatFile* oat_file,
197 const OatFile* oat_file_
    [all...]

Completed in 39 milliseconds