Home
last modified time | relevance | path

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

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