Home
last modified time | relevance | path

Searched refs:full_file (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/test/testutil/
Ddriver.c443 char *full_file = OPENSSL_zalloc(len); in test_mk_file_path() local
445 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()
/third_party/skia/third_party/externals/spirv-tools/utils/
Dcheck_copyright.py83 full_file = os.path.join(path, filename)
84 if full_file not in skip_glob_files_list:
85 file_list.append(full_file)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dcheck_copyright.py83 full_file = os.path.join(path, filename)
84 if full_file not in skip_glob_files_list:
85 file_list.append(full_file)
/third_party/spirv-tools/utils/
Dcheck_copyright.py101 full_file = os.path.join(path, filename)
102 if full_file not in skip_glob_files_list:
103 file_list.append(full_file)