Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-jit-tools.c30 char *source_file_path_only; in CeedCheckFilePath() local
36 CeedCall(CeedCalloc(source_file_path_length, &source_file_path_only)); in CeedCheckFilePath()
37 memcpy(source_file_path_only, source_file_path, source_file_path_length - 1); in CeedCheckFilePath()
39 source_file_path_only = (char *)source_file_path; in CeedCheckFilePath()
44 CeedDebug(ceed, "%s\n", source_file_path_only); in CeedCheckFilePath()
48 source_file = fopen(source_file_path_only, "rb"); in CeedCheckFilePath()
54 CeedDebug(ceed, "%s\n", source_file_path_only); in CeedCheckFilePath()
59 if (last_colon) CeedCall(CeedFree(&source_file_path_only)); in CeedCheckFilePath()