Searched refs:isroot (Results 1 – 1 of 1) sorted by relevance
469 PetscBool isroot = PETSC_FALSE; in formPath() local472 PetscCall(isRoot(path, &isroot)); in formPath()474 if (isroot) { in formPath()481 PetscCall(PetscSNPrintf(buf, bufsize, "%s/%s", isroot ? "" : path, dataset)); in formPath()