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

/systemd/src/core/
H A Ddbus-path.c82 SD_BUS_PROPERTY("MakeDirectory", "b", bus_property_get_bool, offsetof(Path, make_directory), SD_BUS_VTABLE_PROPERTY_CONST),
H A Dpath.h78 bool make_directory; member in struct:Path
H A Dpath.c388 prefix, yes_no(p->make_directory),
555 if (!p->make_directory)
/systemd/src/machine/
H A Dmachine-dbus.c872 int read_only, make_directory; local
883 r = sd_bus_message_read(message, "ssbb", &src, &dest, &read_only, &make_directory);
1026 if (make_directory)

Completed in 47 milliseconds