summaryrefslogtreecommitdiffstats
path: root/init/init_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn2018-11-141-1/+0
* Move ActionManager to its own fileTom Cherry2018-02-141-0/+1
* Move ActionParser to its own fileTom Cherry2018-02-131-0/+1
* Allow a service to override another.Steven Moreland2017-11-151-6/+34
* init: run vendor commands in a separate SELinux contextTom Cherry2017-09-291-25/+4
* init: use Result<T> for builtin functionsTom Cherry2017-08-141-2/+2
* init: introduce Result<T> for return values and error handlingTom Cherry2017-08-141-3/+2
* init: remove Parser singleton and related cleanupTom Cherry2017-07-271-1/+1
* init: create android::init:: namespaceTom Cherry2017-06-231-0/+6
* init: do not log directly from read_file() and write_file()Tom Cherry2017-05-051-3/+4
* init: create init_tests.cppTom Cherry2017-04-211-0/+186