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