Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
0c0dafae8d411b804564a19af628bb6ddebb56e8
/
init
/
util_test.cpp
6cb5a36
init: fix mkdir to reliably detect top-level /data directories
by Eric Biggers
· 3 years, 3 months ago
c068d0e
Remove /system/etc/prop.default
by Jiyong Park
· 5 years ago
cecebbb
Convert system/core to Result::ok()
by Bernie Innocenti
· 6 years ago
8fb7f77
init: hack for /charger symlink
by Yifan Hong
· 6 years ago
8fd64c8
Move result.h from init to libbase
by Jiyong Park
· 6 years ago
9949ec5
init: replace Result<> with expected<>
by Tom Cherry
· 6 years ago
9f1cf25
switch to using android-base/file.h instead of android-base/test_utils.h
by Mark Salyzyn
· 7 years ago
130e3d7
init: pass errors from one Result<T> to another better
by Tom Cherry
· 8 years ago
11a3aee
init: introduce Result<T> for return values and error handling
by Tom Cherry
· 8 years ago
0c8d6d2
init: split security functions out of init.cpp
by Tom Cherry
· 8 years ago
81f5d3e
init: create android::init:: namespace
by Tom Cherry
· 8 years ago
2cbbe9f
init: do not log directly from read_file() and write_file()
by Tom Cherry
· 8 years ago
517e1f1
init: Check DecodeUid() result and use error string
by Tom Cherry
· 8 years ago
e7656b7
ueventd: do not reference init's sehandle
by Tom Cherry
· 8 years ago
060b74b
ueventd: convert mkdir_recursive() to std::string
by Tom Cherry
· 8 years ago
dbe88e7
init: use read_file and write_file to implement do_copy builtin
by Yongqin Liu
· 9 years ago
53089aa
init: Use std::string for write_file()
by Tom Cherry
· 8 years ago
395e294
Revert "init: use read_file and write_file to implement do_copy builtin"
by Wonsik Kim
· 8 years ago
82bac0d
init: use read_file and write_file to implement do_copy builtin
by Yongqin Liu
· 9 years ago
978fd0e
init: service file command only opens existing files
by Mark Salyzyn
· 9 years ago
52bd37e
libcutils: move cutils/files.h to cutils/android_get_control_file.h
by Mark Salyzyn
· 9 years ago
62767fe
init: service file keyword
by Mark Salyzyn
· 9 years ago
d2104df
init/util.cpp: don't return a negative unsigned value
by Nick Kralevich
· 10 years ago
8d82ea0
Implement exec.
by Elliott Hughes
· 11 years ago
f682b47
Clean up reading and writing in init.
by Elliott Hughes
· 11 years ago