Searched refs:yaffs_chmod (Results 1 – 3 of 3) sorted by relevance
189 int yaffs_chmod(const char *path, mode_t mode);
595 if(yaffs_chmod(path,tmode)< 0) printf("chmod failed\n"); in PermissionsCheck()802 yaffs_chmod("/boot/yyfile",0x55555); in long_test()806 yaffs_chmod("/boot/yyfile",temp_mode); in long_test()827 yaffs_chmod("/boot/yyfile",temp_mode); in long_test()1767 yaffs_chmod(fn, S_IREAD | S_IWRITE); in yaffs_touch()
948 int yaffs_chmod(const char *path, mode_t mode) in yaffs_chmod() function