Gnash  0.8.11dev
Namespaces | Functions | Variables
fileio.cpp File Reference
#include <map>
#include <iostream>
#include <string>
#include <cstdio>
#include <boost/algorithm/string/case_conv.hpp>
#include <dirent.h>
#include "GnashSystemIOHeaders.h"
#include <fcntl.h>
#include "log.h"
#include "fn_call.h"
#include "as_object.h"
#include "Global_as.h"
#include "fileio.h"
#include "Array_as.h"
#include "as_function.h"

Namespaces

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 

Functions

as_value gnash::fileio_fopen (const fn_call &fn)
 
as_value gnash::fileio_fread (const fn_call &fn)
 
as_value gnash::fileio_fgetc (const fn_call &fn)
 
as_value gnash::fileio_fgets (const fn_call &fn)
 
as_value gnash::fileio_gets (const fn_call &fn)
 
as_value gnash::fileio_fwrite (const fn_call &fn)
 
as_value gnash::fileio_fputc (const fn_call &fn)
 
as_value gnash::fileio_fputs (const fn_call &fn)
 
as_value gnash::fileio_puts (const fn_call &fn)
 
as_value gnash::fileio_fclose (const fn_call &fn)
 
as_value gnash::fileio_getchar (const fn_call &fn)
 
as_value gnash::fileio_putchar (const fn_call &fn)
 
as_value gnash::fileio_fflush (const fn_call &fn)
 
as_value gnash::fileio_ftell (const fn_call &fn)
 
as_value gnash::fileio_feof (const fn_call &fn)
 
as_value gnash::fileio_fseek (const fn_call &fn)
 
as_value gnash::fileio_unlink (const fn_call &fn)
 
as_value gnash::fileio_asyncmode (const fn_call &fn)
 
as_value gnash::fileio_scandir (const fn_call &fn)
 
void gnash::fileio_class_init (as_object &where, const ObjectURI &)
 

Variables

LogFile & gnash::dbglogfile = LogFile::getDefaultInstance()