/system/core/bootstat/ |
D | bootstat.cpp | 563 bool readPstoreConsole(std::string& console) { in readPstoreConsole() argument 564 if (android::base::ReadFileToString("/sys/fs/pstore/console-ramoops-0", &console)) { in readPstoreConsole() 567 return android::base::ReadFileToString("/sys/fs/pstore/console-ramoops", &console); in readPstoreConsole() 575 const std::string& console; member in __anonabd3ca300111::pstoreConsole 592 const char* l = console.c_str() + pos; in numError() 614 explicit pstoreConsole(const std::string& console) : console(console) {} in pstoreConsole() argument 616 explicit pstoreConsole(const std::string&& console) = delete; 617 explicit pstoreConsole(std::string&& console) = delete; 621 size_t pos = console.rfind(needle); // exact match? in rfind() 625 pos = console.length(); in rfind() [all …]
|
/system/core/init/ |
D | first_stage_console.cpp | 87 bool console = KernelConsolePresent(cmdline); in StartConsole() local 100 if (console) console = SetupConsole(); in StartConsole() 102 if (console) { in StartConsole()
|
D | service_utils.h | 90 std::string console; member 102 return !attr.console.empty(); in RequiresConsole()
|
D | service_utils.cpp | 139 void OpenConsole(const std::string& console) { in OpenConsole() argument 140 auto fd = unique_fd{open(console.c_str(), O_RDWR | O_CLOEXEC)}; in OpenConsole() 247 OpenConsole(attr.console); in SetProcessAttributes()
|
/system/core/rootdir/ |
D | ramdisk_node_list | 3 nod dev/console 0600 0 0 c 5 1
|
/system/core/shell_and_utilities/ |
D | Android.bp | 62 // shell and utilities for first stage console. The list of binaries are
|
/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/prebuilts/api/33.0/private/ |
D | binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | charger_type.te | 26 # Read /sys/fs/pstore/console-ramoops
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
/system/sepolicy/public/ |
D | charger_type.te | 26 # Read /sys/fs/pstore/console-ramoops
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | charger_type.te | 26 # Read /sys/fs/pstore/console-ramoops
|
/system/sepolicy/private/ |
D | binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
D | crosvm.te | 25 # Allow sending VirtualizationService the failure reason and console/log from the VM via pipe. 69 # Allow crosvm to pipe console log to shell or app which could be the owner of a VM. 84 # forward console/log to the host logcat).
|
/system/sepolicy/microdroid/system/private/ |
D | init_debug_policy.te | 20 # Allow init_debug_policy to set ro.log.file_logger.path to enable/disable console log
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | binderservicedomain.te | 9 # Allow dumpsys to work from adb shell or the serial console
|
D | crosvm.te | 25 # Allow sending VirtualizationService the failure reason and console/log from the VM via pipe. 69 # Allow crosvm to pipe console log to shell or app which could be the owner of a VM. 84 # forward console/log to the host logcat).
|
/system/sepolicy/prebuilts/api/32.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/31.0/public/ |
D | charger.te | 27 # Read /sys/fs/pstore/console-ramoops
|
D | healthd.te | 38 # 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/29.0/public/ |
D | charger.te | 26 # Read /sys/fs/pstore/console-ramoops
|