Searched refs:random_os_string (Results 1 – 3 of 3) sorted by relevance
24 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()
21 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()
17 pub(crate) fn random_os_string( in random_os_string() function