Searched refs:mode (Results 1 – 3 of 3) sorted by relevance
49 static int dexOptMkdir(const char* path, int mode) in dexOptMkdir() argument54 return mkdir(path, mode); in dexOptMkdir()
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"