Magisk/native/jni/init
topjohnwu 52fd508fea Do not use std::random_device
Directly read from urandom instead of using std::random_device.
libc++ will use iostream under-the-hood, which brings significant
binary size increase that is not welcomed, especially in magiskinit.
2019-07-14 21:56:21 -07:00
..
early_mount.cpp Split util headers 2019-07-01 22:58:19 -07:00
getinfo.cpp Split util headers 2019-07-01 22:58:19 -07:00
init.cpp Split util headers 2019-07-01 22:58:19 -07:00
init.h Init code rearrangement 2019-06-30 11:39:13 -07:00
magiskrc.h Minor code changes across all sources 2019-06-30 19:09:31 -07:00
rootdir.cpp Do not use std::random_device 2019-07-14 21:56:21 -07:00