Searched refs:creation (Results 1 - 1 of 1) sorted by relevance

/systemd/src/tmpfiles/
H A Dtmpfiles.c1155 CreationMode creation; local
1273 creation = CREATION_EXISTING;
1275 creation = CREATION_NORMAL;
1277 log_debug("%s directory \"%s\".", creation_mode_verb_to_string(creation), i->path);
1329 creation = CREATION_FORCE;
1335 creation = CREATION_EXISTING;
1337 creation = CREATION_NORMAL;
1338 log_debug("%s fifo \"%s\".", creation_mode_verb_to_string(creation), i->path);
1373 creation = CREATION_FORCE;
1379 creation
[all...]

Completed in 1088 milliseconds