Searched refs:absolute_file_path (Results 1 – 2 of 2) sorted by relevance
| /libCEED/include/ceed/ |
| H A D | jit-tools.h | 21 CEED_EXTERN int CeedGetJitRelativePath(const char *absolute_file_path, const char **relative_file_p… 22 …CeedGetJitAbsolutePath(Ceed ceed, const char *relative_file_path, const char **absolute_file_path);
|
| /libCEED/interface/ |
| H A D | ceed-jit-tools.c | 389 int CeedGetJitRelativePath(const char *absolute_file_path, const char **relative_file_path) { in CeedGetJitRelativePath() argument 390 *(relative_file_path) = strstr(absolute_file_path, "ceed/jit-source"); in CeedGetJitRelativePath() 391 …RROR_MAJOR, "Couldn't find relative path including 'ceed/jit-source' for: %s", absolute_file_path); in CeedGetJitRelativePath() 406 …eedGetJitAbsolutePath(Ceed ceed, const char *relative_file_path, const char **absolute_file_path) { in CeedGetJitAbsolutePath() argument 424 …ll(CeedPathConcatenate(ceed, jit_source_dirs[i], relative_file_path, (char **)absolute_file_path)); in CeedGetJitAbsolutePath() 425 CeedCall(CeedCheckFilePath(ceed, *absolute_file_path, &is_valid)); in CeedGetJitAbsolutePath() 433 CeedCall(CeedFree(absolute_file_path)); in CeedGetJitAbsolutePath()
|