Home
last modified time | relevance | path

Searched defs:init_log (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/src/sys/linux/
H A Dmain.rs88 pub(crate) fn init_log(log_config: LogConfig, _cfg: &Config) -> anyhow::Result<()> { in init_log() function
/aosp_15_r20/external/crosvm/src/sys/windows/
H A Dmain.rs167 pub(crate) fn init_log(log_config: LogConfig, cfg: &Config) -> Result<()> { in init_log() function
/aosp_15_r20/external/trusty/bootloader/test-runner/
Dtest-runner-comm-port.c78 int init_log(struct virtio_console* console) { in init_log() function
/aosp_15_r20/external/toolchain-utils/rust-analyzer-chromiumos-wrapper/src/
H A Dmain.rs151 fn init_log() -> Result<()> { in init_log() function