Searched refs:g_file_exists_function (Results 1 – 1 of 1) sorted by relevance
47 static FileExistsFunction g_file_exists_function = FileExistsRaw; variable55 assert(g_file_exists_function); in FileExists()56 return g_file_exists_function(name); in FileExists()80 FileExistsFunction previous_function = g_file_exists_function; in SetFileExistsFunction()81 g_file_exists_function = file_exists_function ? in SetFileExistsFunction()