/system/core/bootstat/ |
D | bootstat.cpp | 543 bool readPstoreConsole(std::string& console) { in readPstoreConsole() argument 544 if (android::base::ReadFileToString("/sys/fs/pstore/console-ramoops-0", &console)) { in readPstoreConsole() 547 return android::base::ReadFileToString("/sys/fs/pstore/console-ramoops", &console); in readPstoreConsole() 555 const std::string& console; member in __anone79d00d20111::pstoreConsole 572 const char* l = console.c_str() + pos; in numError() 594 explicit pstoreConsole(const std::string& console) : console(console) {} in pstoreConsole() argument 596 explicit pstoreConsole(const std::string&& console) = delete; 597 explicit pstoreConsole(std::string&& console) = delete; 601 size_t pos = console.rfind(needle); // exact match? in rfind() 605 pos = console.length(); in rfind() [all …]
|
/system/core/init/ |
D | first_stage_console.cpp | 87 bool console = KernelConsolePresent(cmdline); in StartConsole() local 97 if (console) console = SetupConsole(); in StartConsole() 99 if (console) { in StartConsole()
|
D | service_utils.cpp | 138 void OpenConsole(const std::string& console) { in OpenConsole() argument 139 auto fd = unique_fd{open(console.c_str(), O_RDWR | O_CLOEXEC)}; in OpenConsole() 243 if (!attr.console.empty()) { in SetProcessAttributes() 245 OpenConsole(attr.console); in SetProcessAttributes()
|
D | service_utils.h | 80 std::string console; member
|
D | service.cpp | 432 if (proc_attr_.console.empty()) { in Start() 433 proc_attr_.console = "/dev/" + GetProperty("ro.boot.console", "console"); in Start() 438 int console_fd = open(proc_attr_.console.c_str(), O_RDWR | O_CLOEXEC); in Start() 441 return ErrnoError() << "Couldn't open console '" << proc_attr_.console << "'"; in Start()
|
/system/core/shell_and_utilities/ |
D | Android.bp | 59 // shell and utilities for first stage console. The list of binaries are
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
/system/sepolicy/private/ |
D | binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
/system/sepolicy/public/ |
D | charger.te | 27 # Read /sys/fs/pstore/console-ramoops
|
D | healthd.te | 38 # Read /sys/fs/pstore/console-ramoops
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | charger.te | 27 # Read /sys/fs/pstore/console-ramoops
|
D | healthd.te | 38 # Read /sys/fs/pstore/console-ramoops
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | charger.te | 26 # Read /sys/fs/pstore/console-ramoops
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | charger.te | 26 # Read /sys/fs/pstore/console-ramoops
|
D | healthd.te | 37 # Read /sys/fs/pstore/console-ramoops
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | charger.te | 26 # Read /sys/fs/pstore/console-ramoops
|
/system/update_engine/client-headers/ |
D | BUILD.gn | 24 # by the update_engine_client console program to interact with update_engine.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | charger.te | 26 # Read /sys/fs/pstore/console-ramoops
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | charger.te | 27 # Read /sys/fs/pstore/console-ramoops
|
D | healthd.te | 38 # Read /sys/fs/pstore/console-ramoops
|