Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp2133 static FILE* callfopen( const char* filepath, const char* mode ) in callfopen() function
2176 FILE* fp = callfopen( filename, "rb" ); in LoadFile()
2263 FILE* fp = callfopen( filename, "w" ); in SaveFile()