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_()196 rtl_uString* rand_name = NULL; in osl_create_temp_file_impl_() local241 osl_gen_random_name_impl_(&rand_name); in osl_create_temp_file_impl_()247 rtl_uString_getStr(rand_name), in osl_create_temp_file_impl_()248 rtl_uString_getLength(rand_name)); in osl_create_temp_file_impl_()272 if (rand_name) in osl_create_temp_file_impl_()273 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_()207 rtl_uString* rand_name = NULL; in osl_create_temp_file_impl_() local252 osl_gen_random_name_impl_(&rand_name); in osl_create_temp_file_impl_()258 rtl_uString_getStr(rand_name), in osl_create_temp_file_impl_()259 rtl_uString_getLength(rand_name)); in osl_create_temp_file_impl_()283 if (rand_name) in osl_create_temp_file_impl_()284 rtl_uString_release(rand_name); in osl_create_temp_file_impl_()
Completed in 19 milliseconds