Searched refs:full_file (Results 1 – 4 of 4) sorted by relevance
443 char *full_file = OPENSSL_zalloc(len); in test_mk_file_path() local445 if (full_file != NULL) { in test_mk_file_path()447 OPENSSL_strlcpy(full_file, dir, len); in test_mk_file_path()455 dir_end = &full_file[strlen(full_file) - 1]; in test_mk_file_path()466 OPENSSL_strlcat(full_file, sep, len); in test_mk_file_path()469 OPENSSL_strlcat(full_file, file, len); in test_mk_file_path()472 return full_file; in test_mk_file_path()
83 full_file = os.path.join(path, filename)84 if full_file not in skip_glob_files_list:85 file_list.append(full_file)
101 full_file = os.path.join(path, filename)102 if full_file not in skip_glob_files_list:103 file_list.append(full_file)