Searched refs:DecodeGid (Results 1 – 5 of 5) sorted by relevance
58 gid_t DecodeGid(const char *name);
104 config->gid = (gid_t)DecodeGid(items[DEVICE_CONFIG_GID_NUM]); in ParseDeviceConfig()144 config->gid = (gid_t)DecodeGid(items[SYS_CONFIG_GID_NUM]); in ParseSysfsConfig()
247 *gid = DecodeGid(str); in GetGid()433 sockopt->gid = DecodeGid(stringValue); in AddServiceSocket()508 fileOpt->gid = DecodeGid(opt[SERVICE_FILE_GID]); in AddServiceFile()
308 gid_t group = DecodeGid(groupStr); in SetOwner()
97 gid_t DecodeGid(const char *name) in DecodeGid() function