Lines Matching refs:path
49 remove_entry(const char *path,
54 int err = remove(path);
57 fprintf(stderr, "Error removing %s: %s\n", path, strerror(errno));
71 rmrf_local(const char *path)
73 if (path == NULL || *path == '\0' || *path != '.')
76 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS);
194 char *path = ralloc_asprintf(
196 check_directories_created(mem_ctx, path);
219 path = ralloc_asprintf(
221 check_directories_created(mem_ctx, path);