Searched refs:absolute_path (Results 1 – 1 of 1) sorted by relevance
294 const char *absolute_path; in CeedQFunctionGetSourcePath() local301 absolute_path = (char *)qf->user_source; in CeedQFunctionGetSourcePath()303 CeedCall(CeedGetJitAbsolutePath(ceed, qf->user_source, &absolute_path)); in CeedQFunctionGetSourcePath()307 size_t source_len = strlen(absolute_path) - kernel_name_len - 1; in CeedQFunctionGetSourcePath()310 memcpy(source_path_copy, absolute_path, source_len); in CeedQFunctionGetSourcePath()313 if (!is_absolute_path) CeedCall(CeedFree(&absolute_path)); in CeedQFunctionGetSourcePath()