Home
last modified time | relevance | path

Searched refs:log_file_from_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/broker_ipc/src/
H A Dlib.rs53 syslog_file: log_file_from_path(syslog_path)?, in new()
101 pub(crate) fn log_file_from_path(path: Option<PathBuf>) -> anyhow::Result<Option<SafeDescriptor>> { in log_file_from_path() function