Searched refs:new_file_path (Results 1 – 2 of 2) sorted by relevance
| /libCEED/include/ceed/ |
| H A D | jit-tools.h | 20 …enate(Ceed ceed, const char *base_file_path, const char *relative_file_path, char **new_file_path);
|
| /libCEED/interface/ |
| H A D | ceed-jit-tools.c | 368 …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()
|