Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/service/src/
Dmain.rs41 const SERVICE_ROOT: &str = "/data/misc/authfs"; constant
92 OsString::from(format!("{}/{}", SERVICE_ROOT, previous)) in get_next_mount_point()
97 for entry in read_dir(SERVICE_ROOT)? { in clean_up_working_directory()