Searched refs:CONDITION_PATH_IS_DIRECTORY (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/shared/ |
D | condition.h | 34 CONDITION_PATH_IS_DIRECTORY, enumerator 103 CONDITION_PATH_IS_DIRECTORY, in condition_takes_path()
|
D | condition.c | 863 assert(c->type == CONDITION_PATH_IS_DIRECTORY); in condition_test_path_is_directory() 1103 [CONDITION_PATH_IS_DIRECTORY] = condition_test_path_is_directory, in condition_test() 1239 [CONDITION_PATH_IS_DIRECTORY] = "ConditionPathIsDirectory", 1276 [CONDITION_PATH_IS_DIRECTORY] = "AssertPathIsDirectory",
|
/systemd-251/src/core/ |
D | load-fragment-gperf.gperf.in | 319 …ectory, config_parse_unit_condition_path, CONDITION_PATH_IS_DIRECTORY, … 351 …ory, config_parse_unit_condition_path, CONDITION_PATH_IS_DIRECTORY, …
|
/systemd-251/src/test/ |
D | test-condition.c | 74 condition = condition_new(CONDITION_PATH_IS_DIRECTORY, "/bin", false, false); in TEST()
|