Searched refs:is_absolute_path (Results 1 – 1 of 1) sorted by relevance
292 bool is_absolute_path; in CeedQFunctionGetSourcePath() local299 CeedCall(CeedCheckFilePath(ceed, qf->user_source, &is_absolute_path)); in CeedQFunctionGetSourcePath()300 if (is_absolute_path) { in CeedQFunctionGetSourcePath()313 if (!is_absolute_path) CeedCall(CeedFree(&absolute_path)); in CeedQFunctionGetSourcePath()