Home
last modified time | relevance | path

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

/dflybsd-src/sbin/hammer/
H A Dcmd_recover.c76 static char *CachedPath; variable
253 if (CachedPath) { in hammer_cmd_recover()
254 free(CachedPath); in hammer_cmd_recover()
256 CachedPath = NULL; in hammer_cmd_recover()
473 if (CachedPath && strcmp(CachedPath, path1) == 0) in recover_elm()
534 } else if (CachedPath) { in recover_elm()
535 free(CachedPath); in recover_elm()
537 CachedPath = path1; in recover_elm()
540 CachedPath = path1; in recover_elm()