Home
last modified time | relevance | path

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

/libCEED/include/ceed/
H A Djit-tools.h20 …enate(Ceed ceed, const char *base_file_path, const char *relative_file_path, char **new_file_path);
/libCEED/interface/
H A Dceed-jit-tools.c368 …nate(Ceed ceed, const char *base_file_path, const char *relative_file_path, char **new_file_path) { in CeedPathConcatenate() argument
373 CeedCall(CeedCalloc(new_file_path_length, new_file_path)); in CeedPathConcatenate()
374 memcpy(*new_file_path, base_file_path, base_length); in CeedPathConcatenate()
375 memcpy(&((*new_file_path)[base_length]), relative_file_path, relative_length); in CeedPathConcatenate()