Lines Matching refs:filepath
53 is_compressed(const char *filepath)
55 const char *ext = strrchr(filepath, '.');
71 strip_compress_ext(char *filepath)
73 char *ext = strrchr(filepath, '.');
118 TestWriteFileFromXpmImage(const gchar *filepath)
130 status = XpmReadFileToXpmImage(filepath, &imageA, &infoA);
136 filename = g_path_get_basename(filepath);
211 TestWriteFileFromData(const gchar *filepath)
222 status = XpmReadFileToData(filepath, &data);
228 filename = g_path_get_basename(filepath);
273 TestWriteFileFromBuffer(const gchar *filepath)
280 status = XpmReadFileToBuffer(filepath, &buffer);
287 filename = g_path_get_basename(filepath);