Searched defs:chmod (Results 1 – 3 of 3) sorted by relevance
14 #define chmod(path, mode) android_chmod( (path), (mode)) macro
16 # define chmod _chmod macro
196 int __cdecl chmod(const char* filename, int pmode) { in chmod() function