Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/sysinst/
H A Ddefs.h861 int dir_exists_p(const char *);
H A Dutil.c256 dir_exists_p(const char *path) in dir_exists_p() function
579 return dir_exists_p(ext_dir_bin); in cd_has_sets()
H A Dpartman.c2545 if (! dir_exists_p(buf)) in pm_mount()