Home
last modified time | relevance | path

Searched refs:randomStr (Results 1 – 1 of 1) sorted by relevance

/external/dbus/dbus/
Ddbus-nonce.c239 DBusString randomStr; in do_noncefile_create() local
245 if (!_dbus_string_init (&randomStr)) in do_noncefile_create()
251 if (!_dbus_generate_random_ascii (&randomStr, 8)) in do_noncefile_create()
266 || !_dbus_string_append (&noncefile->dir, _dbus_string_get_const_data (&randomStr)) ) in do_noncefile_create()
291 || !_dbus_string_append (&noncefile->path, _dbus_string_get_const_data (&randomStr))) in do_noncefile_create()
308 _dbus_string_free (&randomStr); in do_noncefile_create()
316 _dbus_string_free (&randomStr); in do_noncefile_create()