HomeSort by relevance Sort by last modified time
    Searched defs:keep_umask (Results 1 - 2 of 2) sorted by null

  /external/dbus/bus/
bus.c 70 unsigned int keep_umask : 1; member in struct:BusContext
477 context->keep_umask = bus_config_parser_get_keep_umask (parser);
871 context->keep_umask))
902 context->keep_umask))
    [all...]
config-parser.c 118 unsigned int keep_umask : 1; /**< TRUE to keep original umask when forking */ member in struct:BusConfigParser
317 if (included->keep_umask)
318 parser->keep_umask = TRUE;
738 if (!check_no_attributes (parser, "keep_umask", attribute_names, attribute_values, error))
747 parser->keep_umask = TRUE;
    [all...]

Completed in 178 milliseconds