Home
last modified time | relevance | path

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

/system/core/init/libprefetch/prefetch/src/
Dargs.rs61 ensure_path_exists(&arg.path)?; in verify_and_fix()
63 ensure_path_exists(&arg.config_path)?; in verify_and_fix()
67 ensure_path_exists(&arg.path)?; in verify_and_fix()
87 pub(crate) fn ensure_path_exists(p: &Path) -> Result<(), Error> { in ensure_path_exists() function