summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file.h
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-05-14 17:44:28 -0700
committerBrian Carlstrom <bdc@google.com>2014-05-16 16:14:50 -0700
commit0e12bdc49744eb6d5c29b9611a8dbe10bac4cd53 (patch)
treeaba31f1d671b4816fb63fca00b985ab0d2b6a12b /runtime/oat_file.h
parentde1129a26e0474ea8bb9112938ebb867163969fd (diff)
downloadart-0e12bdc49744eb6d5c29b9611a8dbe10bac4cd53.tar.gz
art-0e12bdc49744eb6d5c29b9611a8dbe10bac4cd53.tar.bz2
art-0e12bdc49744eb6d5c29b9611a8dbe10bac4cd53.zip
Add ISA directory to image and odex pathnames.
Bug: 14882223 Bug: 14694978 Change-Id: Ic1b5ae836b8e91ea461dcd4f3da8e38dc3bec00f
Diffstat (limited to 'runtime/oat_file.h')
-rw-r--r--runtime/oat_file.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/oat_file.h b/runtime/oat_file.h
index e5dc53c0b7..07d70ff681 100644
--- a/runtime/oat_file.h
+++ b/runtime/oat_file.h
@@ -37,10 +37,6 @@ class OatHeader;
class OatFile {
public:
- // Returns an .odex file name next adjacent to the dex location.
- // For example, for "/foo/bar/baz.jar", return "/foo/bar/baz.odex".
- static std::string DexFilenameToOdexFilename(const std::string& location);
-
// Open an oat file. Returns NULL on failure. Requested base can
// optionally be used to request where the file should be loaded.
static OatFile* Open(const std::string& filename,