Searched refs:include_source_path (Results 1 – 1 of 1) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-jit-tools.c | 230 char *include_source_path; in CeedLoadSourceToInitializedBuffer() local 236 CeedCall(CeedCalloc(root_length + include_file_name_len + 2, &include_source_path)); in CeedLoadSourceToInitializedBuffer() 237 memcpy(include_source_path, source_file_path, root_length + 1); in CeedLoadSourceToInitializedBuffer() 238 memcpy(&include_source_path[root_length + 1], &next_quote[1], include_file_name_len); in CeedLoadSourceToInitializedBuffer() 239 memcpy(&include_source_path[root_length + include_file_name_len + 1], "", 1); in CeedLoadSourceToInitializedBuffer() 247 … CeedCall(CeedGetJitAbsolutePath(ceed, ceed_relative_path, (const char **)&include_source_path)); in CeedLoadSourceToInitializedBuffer() 253 CeedCall(CeedNormalizePath(ceed, include_source_path, &normalized_include_source_path)); in CeedLoadSourceToInitializedBuffer() 262 CeedCall(CeedFree(&include_source_path)); in CeedLoadSourceToInitializedBuffer()
|