Searched refs:rand_name (Results 1 – 2 of 2) sorted by relevance
90 static void osl_gen_random_name_impl_(rtl_uString** rand_name) in osl_gen_random_name_impl_() argument112 rand_name, in osl_gen_random_name_impl_()117 OSL_ASSERT(*rand_name != NULL); in osl_gen_random_name_impl_()195 rtl_uString* rand_name = 0; in osl_create_temp_file_impl_() local240 osl_gen_random_name_impl_(&rand_name); in osl_create_temp_file_impl_()246 rtl_uString_getStr(rand_name), in osl_create_temp_file_impl_()247 rtl_uString_getLength(rand_name)); in osl_create_temp_file_impl_()271 if (rand_name) in osl_create_temp_file_impl_()272 rtl_uString_release(rand_name); in osl_create_temp_file_impl_()
101 static void osl_gen_random_name_impl_(rtl_uString** rand_name) in osl_gen_random_name_impl_() argument123 rand_name, in osl_gen_random_name_impl_()128 OSL_ASSERT(*rand_name != NULL); in osl_gen_random_name_impl_()206 rtl_uString* rand_name = 0; in osl_create_temp_file_impl_() local251 osl_gen_random_name_impl_(&rand_name); in osl_create_temp_file_impl_()257 rtl_uString_getStr(rand_name), in osl_create_temp_file_impl_()258 rtl_uString_getLength(rand_name)); in osl_create_temp_file_impl_()282 if (rand_name) in osl_create_temp_file_impl_()283 rtl_uString_release(rand_name); in osl_create_temp_file_impl_()
Completed in 10 milliseconds