Lines Matching defs:filepath
275 char dirpath[132], filepath[132 + 32];
324 lws_snprintf(filepath, sizeof(filepath), "%s/%s", dirpath,
327 fd = open(filepath, O_RDONLY);
329 lwsl_err("%s: cannot open %s\n", __func__, filepath);
337 lwsl_notice("%s: cannot stat %s\n", __func__, filepath);
408 lws_snprintf(filepath, sizeof(filepath), "%s/%c/%c/%s",
412 if (!unlink(filepath)) {
418 __func__, filepath);