Searched refs:mode (Results 1 – 2 of 2) sorted by relevance
701 static FILE* fopen_or_default(const char* path, const char* mode, FILE* def) { in fopen_or_default() argument705 return fopen(path, mode); in fopen_or_default()
30 * Verify new code by running with "dalvik.vm.execution-mode = int:portable"