Home
last modified time | relevance | path

Searched refs:console (Results 1 – 25 of 110) sorted by relevance

12345

/system/core/bootstat/
Dbootstat.cpp563 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/
Dfirst_stage_console.cpp87 bool console = KernelConsolePresent(cmdline); in StartConsole() local
100 if (console) console = SetupConsole(); in StartConsole()
102 if (console) { in StartConsole()
Dservice_utils.h90 std::string console; member
102 return !attr.console.empty(); in RequiresConsole()
Dservice_utils.cpp139 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/
Dramdisk_node_list3 nod dev/console 0600 0 0 c 5 1
/system/core/shell_and_utilities/
DAndroid.bp62 // shell and utilities for first stage console. The list of binaries are
/system/sepolicy/prebuilts/api/30.0/private/
Dbinderservicedomain.te9 # Allow dumpsys to work from adb shell or the serial console
/system/sepolicy/prebuilts/api/29.0/private/
Dbinderservicedomain.te9 # Allow dumpsys to work from adb shell or the serial console
/system/sepolicy/prebuilts/api/33.0/private/
Dbinderservicedomain.te9 # Allow dumpsys to work from adb shell or the serial console
/system/sepolicy/prebuilts/api/33.0/public/
Dcharger_type.te26 # Read /sys/fs/pstore/console-ramoops
/system/sepolicy/prebuilts/api/31.0/private/
Dbinderservicedomain.te9 # Allow dumpsys to work from adb shell or the serial console
/system/sepolicy/prebuilts/api/32.0/private/
Dbinderservicedomain.te9 # Allow dumpsys to work from adb shell or the serial console
/system/sepolicy/public/
Dcharger_type.te26 # Read /sys/fs/pstore/console-ramoops
/system/sepolicy/prebuilts/api/34.0/public/
Dcharger_type.te26 # Read /sys/fs/pstore/console-ramoops
/system/sepolicy/private/
Dbinderservicedomain.te9 # Allow dumpsys to work from adb shell or the serial console
Dcrosvm.te25 # 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/
Dinit_debug_policy.te20 # Allow init_debug_policy to set ro.log.file_logger.path to enable/disable console log
/system/sepolicy/prebuilts/api/34.0/private/
Dbinderservicedomain.te9 # Allow dumpsys to work from adb shell or the serial console
Dcrosvm.te25 # 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/
Dcharger.te27 # Read /sys/fs/pstore/console-ramoops
Dhealthd.te38 # Read /sys/fs/pstore/console-ramoops
/system/sepolicy/prebuilts/api/31.0/public/
Dcharger.te27 # Read /sys/fs/pstore/console-ramoops
Dhealthd.te38 # Read /sys/fs/pstore/console-ramoops
/system/update_engine/client-headers/
DBUILD.gn24 # by the update_engine_client console program to interact with update_engine.
/system/sepolicy/prebuilts/api/29.0/public/
Dcharger.te26 # Read /sys/fs/pstore/console-ramoops

12345