Home
last modified time | relevance | path

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

/system/core/init/libprefetch/prefetch/src/
Dargs.rs57 ensure_path_doesnt_exist(p)?; in verify_and_fix()
74 pub(crate) fn ensure_path_doesnt_exist(p: &Path) -> Result<(), Error> { in ensure_path_doesnt_exist() function