Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-jit-tools.c242 char *ceed_relative_path; in CeedLoadSourceToInitializedBuffer() local
245 CeedCall(CeedCalloc(ceed_relative_path_length + 1, &ceed_relative_path)); in CeedLoadSourceToInitializedBuffer()
246 memcpy(ceed_relative_path, &next_left_chevron[1], ceed_relative_path_length); in CeedLoadSourceToInitializedBuffer()
247 … CeedCall(CeedGetJitAbsolutePath(ceed, ceed_relative_path, (const char **)&include_source_path)); in CeedLoadSourceToInitializedBuffer()
248 CeedCall(CeedFree(&ceed_relative_path)); in CeedLoadSourceToInitializedBuffer()