Home
last modified time | relevance | path

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

1234

/system/core/bootstat/
Dbootstat.cpp543 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/
Dfirst_stage_console.cpp87 bool console = KernelConsolePresent(cmdline); in StartConsole() local
97 if (console) console = SetupConsole(); in StartConsole()
99 if (console) { in StartConsole()
Dservice_utils.cpp138 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()
Dservice_utils.h80 std::string console; member
Dservice.cpp432 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/
DAndroid.bp59 // shell and utilities for first stage console. The list of binaries are
/system/sepolicy/prebuilts/api/26.0/private/
Dbinderservicedomain.te9 # Allow dumpsys to work from adb shell or the serial console
/system/sepolicy/prebuilts/api/28.0/private/
Dbinderservicedomain.te9 # Allow dumpsys to work from adb shell or the serial console
/system/sepolicy/prebuilts/api/27.0/private/
Dbinderservicedomain.te9 # Allow dumpsys to work from adb shell or the serial console
/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/private/
Dbinderservicedomain.te9 # Allow dumpsys to work from adb shell or the serial console
/system/sepolicy/prebuilts/api/31.0/private/
Dbinderservicedomain.te9 # Allow dumpsys to work from adb shell or the serial console
/system/sepolicy/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/sepolicy/prebuilts/api/27.0/public/
Dcharger.te26 # Read /sys/fs/pstore/console-ramoops
/system/sepolicy/prebuilts/api/29.0/public/
Dcharger.te26 # Read /sys/fs/pstore/console-ramoops
Dhealthd.te37 # Read /sys/fs/pstore/console-ramoops
/system/sepolicy/prebuilts/api/26.0/public/
Dcharger.te26 # 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/30.0/public/
Dcharger.te26 # Read /sys/fs/pstore/console-ramoops
/system/sepolicy/prebuilts/api/28.0/public/
Dcharger.te27 # Read /sys/fs/pstore/console-ramoops
Dhealthd.te38 # Read /sys/fs/pstore/console-ramoops

1234