Searched refs:Fopen (Results 1 – 5 of 5) sorted by relevance
74 FILE *FileSystem::Fopen(const char *path, const char *mode) { in Fopen() function in FileSystem
88 FILE *FileSystem::Fopen(const char *path, const char *mode) { in Fopen() function in FileSystem
52 FILE *Fopen(const char *path, const char *mode);
865 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation()
934 FILE *fh = nextfile ? FileSystem::Instance().Fopen(nextfile->c_str(), "r") in SetInputFile()