Searched refs:dir_exists (Results 1 – 7 of 7) sorted by relevance
130 int dir_exists(const char *path) in dir_exists() function177 if (!dir_exists(dir)) { in sync_dir()
38 int dir_exists(const char *path);
43 if (dir_exists(vg_path)) in _mk_dir()70 if (dir_exists(vg_path) && is_empty_dir(vg_path)) { in _rm_dir()
161 if (activation() && dir_exists(old_path)) { in vg_rename_path()
4640 int dir_exists; in send_dirent_proc() local4660 dir_exists = isdir (cvsadm_name); in send_dirent_proc()4668 if (dir_exists) in send_dirent_proc()4702 return dir_exists ? R_PROCESS : R_SKIP_ALL; in send_dirent_proc()
233 if (*cmd->proc_dir && !dir_exists(cmd->proc_dir)) { in _process_config()