Home
last modified time | relevance | path

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

/dports/x11-fm/catseye-fm/catseye-fm-4.2.0.0/
H A Dhelpers.c288 gboolean bTestExists; in getCorrectGFileTypeFromLocation() local
302 bTestExists = g_file_test (location, G_FILE_TEST_EXISTS); in getCorrectGFileTypeFromLocation()
307 if (bTestDir && bTestExists){ in getCorrectGFileTypeFromLocation()
313 else if (bTestRegular && bTestExists){ in getCorrectGFileTypeFromLocation()