summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file_test.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Remove multidex limitAndreas Gampe2015-04-281-5/+14
* Replace NULL with nullptrMathieu Chartier2015-04-221-14/+14
* Support relative encoded dex locations in oat files.Richard Uhler2015-03-241-0/+9
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-13/+13
* Remove portable.Elliott Hughes2014-12-121-0/+1
* ART: Track Flush & Close in FdFileAndreas Gampe2014-11-181-0/+3
* stdint types all the way!Ian Rogers2014-10-091-7/+7
* Improve dex location canonicalization-related performance.Vladimir Marko2014-09-101-4/+2
* Fix GetDexCanonicalLocation test for relative paths.Calin Juravle2014-08-071-2/+5
* Use canonical paths when searching for dex filesCalin Juravle2014-08-041-0/+27
* Break apart header files.Ian Rogers2014-07-151-0/+5
* ART: Native support for multidexAndreas Gampe2014-06-251-2/+5
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-5/+6
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-2/+73
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-6/+9
* am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type,...Brian Carlstrom2013-10-041-1/+1
|\
| * Use file magic to determine file type, not file extension.Brian Carlstrom2013-10-031-1/+1
* | Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-17/+10
|/
* Make DexFiles opened from files readonly by default, but writable during dex2oatBrian Carlstrom2013-08-291-0/+2
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+270