summaryrefslogtreecommitdiff
path: root/init/parser.h
AgeCommit message (Expand)Author
2023-03-17Make the host_init_verifier init.rc parser follow symlinks.Jingwen Chen
2023-01-11Parser::ParseConfigFile returns Result<void>Jooyung Han
2022-08-30Remove and add service and action during apex load and unloadDeyao Ren
2022-03-21Adds an init host lib for use in host_apex_verifier.Daniel Norman
2019-06-10init: replace Result<Success> with Result<void>Tom Cherry
2018-11-10init parses *.rc files from APEXesJiyong Park
2018-06-19Don't check permissions bits on init scripts for host_init_verifierTom Cherry
2018-05-30init: handle properties and imports for host init verifierTom Cherry
2018-02-28init: add host side parser for initTom Cherry
2017-11-15EndSection returns Result<Success>Steven Moreland
2017-11-14Fix out of date SectionParser comment.Steven Moreland
2017-08-14init: use Result<T> for the parsing functionsTom Cherry
2017-07-27init: remove Parser singleton and related cleanupTom Cherry
2017-06-23init: create android::init:: namespaceTom Cherry
2017-04-25init: remove unused parts of parser.cppTom Cherry
2015-02-04Stop using #if for conditional compilation.Elliott Hughes
2013-11-25init: limit visibility of init_parser.c helpersGreg Hackmann
2012-01-05init: delay importing files until after parsing the current fileDima Zavin
2010-04-21init: Split parser into generic parser and init parserColin Cross
2010-04-16init: Handle commands in event queue loopColin Cross
2010-04-13init: Move parser prototypes to parser.hColin Cross