aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dlext_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compare Pss of tested library in VerifyMemorySavingZhenhua WANG2017-05-171-18/+31
* greylist is no longer enabled by default.Jiyong Park2017-05-081-2/+27
* Shared namespaces inherit parent ns propertiesDimitry Ivanov2017-05-021-0/+64
* Revert "Revert "loader: enable loading libraries from tmpfs""Dimitry Ivanov2017-04-241-0/+96
* Revert "loader: enable loading libraries from tmpfs"Yin-Chia Yeh2017-04-221-96/+0
* loader: enable loading libraries from tmpfsDimitry Ivanov2017-04-211-0/+96
* Fix lookup logic for linked namespacesDimitry Ivanov2017-04-011-8/+51
* Fix greylist exception to account for linked namespacesDimitry Ivanov2017-02-271-0/+7
* Add test for a greylisted libraryDimitry Ivanov2017-02-231-0/+31
* Replace public library list with shared lib sonames (part 2/2)Dimitry Ivanov2017-02-091-41/+266
* Replace public library list with shared lib sonames (part 1/2)Dimitry Ivanov2017-02-091-10/+7
* Fix bionic-unit-tests-glibcDimitry Ivanov2016-11-281-35/+35
* Add and use constants for the Android API levels.Elliott Hughes2016-11-161-2/+1
* bionic-unit-tests: remove dependency on ANDROID_DATADimitry Ivanov2016-10-101-104/+79
* bionic-unit-tests: Create symlinks in runtimeDimitry Ivanov2016-10-101-3/+8
* Move test libraries under /data/nativetestsDimitry Ivanov2016-09-021-11/+16
* Fix dlext.ns_smoke testDimitry Ivanov2016-07-131-1/+3
* Fix misc-macro-parentheses warnings in bionic/tests.Chih-Hung Hsieh2016-06-031-2/+2
* Merge "linker: Allow caller to specify parent namespace"Treehugger Robot2016-05-171-10/+88
|\
| * linker: Allow caller to specify parent namespaceDimitry Ivanov2016-05-171-10/+88
* | Fix dlopen of main executable by absolute pathDimitry Ivanov2016-05-171-2/+2
|/
* Remove linker-namespace functions from the headerDimitry Ivanov2016-05-091-2/+1
* Improve error message for empty list of public libsDimitry Ivanov2016-04-211-0/+4
* Remove dangling links in secondary namespacesDimitry Ivanov2016-04-141-0/+64
* linker: hide the pointer to soinfoDimitry Ivanov2016-03-281-0/+16
* linker: print "not accessible" error message to the logDimitry Ivanov2016-03-011-2/+6
* Factor out the waiting for children in bionic tests.Elliott Hughes2016-01-261-12/+6
* Merge "Remove dependency on zipalign."Christopher Ferris2016-01-211-5/+16
|\
| * Remove dependency on zipalign.Christopher Ferris2016-01-201-5/+16
* | Do not unmap reserved region on dlcloseDimitry Ivanov2016-01-201-14/+23
|/
* linker: implement shared namespacesDimitry Ivanov2015-12-191-7/+140
* Add permitted_when_isolated_path to linker namespacesDimitry Ivanov2015-12-091-10/+11
* Allow dlopening public libs using absolute pathDimitry Ivanov2015-12-041-6/+17
* Introduce anonymous namespaceDmitriy Ivanov2015-11-231-4/+96
* Ignore target sdk version for the public namespaceDmitriy Ivanov2015-11-171-0/+4
* Introducing linker namespacesDmitriy Ivanov2015-11-151-5/+194
* linker: cleanup solist after unsuccessful readDmitriy Ivanov2015-11-061-0/+5
* Implement load at fixed address featureDmitriy Ivanov2015-10-271-0/+37
* Make dt_runpath work for libraries opened from apkDmitriy Ivanov2015-10-071-0/+19
* Optimize dlopen from a zip fileDmitriy Ivanov2015-09-301-16/+19
* linker: don't pass dlextinfo to dependent loadsDmitriy Ivanov2015-09-021-0/+8
* Make path to apk compliant with jar url formatDmitriy Ivanov2015-06-111-2/+2
* Fix dl* tests to run-on-hostDmitriy Ivanov2015-04-091-1/+5
* Add realpath for soinfoDmitriy Ivanov2015-04-061-2/+2
* Add ANDROID_DLEXT_FORCE_LOAD flagDmitriy Ivanov2015-04-031-0/+34
* Move open from zip tests to dlextDmitriy Ivanov2015-03-181-21/+50
* Fix typoDmitriy Ivanov2015-03-161-1/+1
* better gtest runner for bionicYabin Cui2014-12-131-22/+26
* check invalid file offset when loading libraryYabin Cui2014-11-041-3/+17
* Rename library_offset to library_fd_offsetDmitriy Ivanov2014-10-211-8/+17