Lines Matching defs:path
5 #define fopen(path, mode) android_fopen( (path), (mode) ) argument
6 #define popen(path, mode) android_popen( (path), (mode) ) argument
7 #define stat(path, buf) android_stat( (path), (buf)) argument
8 #define lstat(path, buf) android_lstat ( (path), (buf) ) argument
9 #define access(path, mode) android_access( (path), (mode)) argument
10 #define mkdir(path, mode) android_mkdir( (path), (mode)) argument
11 #define mkdir(path) android_mkdir( (path), 0755) argument
12 #define creat(path, mode) android_creat( (path), (mode)) argument
13 #define unlink(path) android_unlink((path)) argument
14 #define chmod(path, mode) android_chmod( (path), (mode)) argument
15 #define rmdir(path) android_rmdir((path)) argument