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 66 unsigned int keep_umask : 1; member in struct:BusContext
469 context->keep_umask = bus_config_parser_get_keep_umask (parser);
843 context->keep_umask))
873 context->keep_umask))
    [all...]
config-parser.c 117 unsigned int keep_umask : 1; /**< TRUE to keep original umask when forking */ member in struct:BusConfigParser
316 if (included->keep_umask)
317 parser->keep_umask = TRUE;
737 if (!check_no_attributes (parser, "keep_umask", attribute_names, attribute_values, error))
746 parser->keep_umask = TRUE;
    [all...]

Completed in 164 milliseconds