Home
last modified time | relevance | path

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

/openssl/test/
H A Dprov_config_test.c78 char *full_path = NULL; in test_path_config() local
84 full_path = OPENSSL_zalloc(strlen(module_path) + strlen(P_TEST_PATH) + 1); in test_path_config()
85 if (!TEST_ptr(full_path)) in test_path_config()
88 strcpy(full_path, module_path); in test_path_config()
89 full_path = strcat(full_path, P_TEST_PATH); in test_path_config()
90 TEST_info("full path is %s", full_path); in test_path_config()
91 rc = stat(full_path, &sbuf); in test_path_config()
92 OPENSSL_free(full_path); in test_path_config()

Completed in 4 milliseconds