Searched defs:PathType (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dpath.h27 typedef enum PathType { enum
35 } PathType; typedef in typeref:enum:PathType
46 PathType type;
88 const char* path_type_to_string(PathType i) _const_;
89 PathType path_type_from_string(const char *s) _pure_;

Completed in 16 milliseconds