summaryrefslogtreecommitdiffstats
path: root/init/devices_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* ueventd: Break devices.cpp into discrete classesTom Cherry2017-05-251-118/+139
* ueventd: create classes for dev and sys permissionsTom Cherry2017-04-171-0/+91
* ueventd: convert platform_names from C list to std::vectorTom Cherry2017-04-141-2/+46
* ueventd: replace char* with std::string in struct ueventTom Cherry2017-04-141-9/+7
* ueventd: replace char** links with std::vector<std::string>Tom Cherry2017-04-081-27/+33
* ueventd: Write tests for the get_*_symlinks() functionsTom Cherry2017-04-051-0/+270