Home
last modified time | relevance | path

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

/third_party/rust/crates/os_str_bytes/tests/
Draw_random.rs24 let mut string = random_common::random_os_string(SMALL_LENGTH)?; in test_complex()
26 let suffix = random_common::random_os_string(SMALL_LENGTH)?; in test_complex()
Drandom.rs21 let os_string = random_common::random_os_string(LARGE_LENGTH)?; in test_bytes()
30 let os_string = random_common::random_os_string(LARGE_LENGTH)?; in test_vec()
Drandom_common.rs17 pub(crate) fn random_os_string( in random_os_string() function