Home
last modified time | relevance | path

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

/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-public.h162 cut_boolean cut_utils_path_exist (const char *path);
H A Dcut-assertions-helper.c1484 } else if (cut_utils_path_exist(path)) { in cut_assert_exist_path_helper()
1504 } else if (!cut_utils_path_exist(path)) { in cut_assert_not_exist_path_helper()
H A Dcut-utils.c431 cut_utils_path_exist (const gchar *path) in cut_utils_path_exist() function