Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-qfunction.c292 bool is_absolute_path; in CeedQFunctionGetSourcePath() local
299 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()