Searched refs:tmode (Results 1 - 1 of 1) sorted by last modified time

/external/yaffs2/yaffs2/direct/
H A Ddtest.c591 static void PermissionsCheck(const char *path, mode_t tmode, int tflags,int expectedResult) argument
595 if(yaffs_chmod(path,tmode)< 0) printf("chmod failed\n");
601 printf("Permissions check %x %x %d failed\n",tmode,tflags,expectedResult);
605 printf("Permissions check %x %x %d OK\n",tmode,tflags,expectedResult);

Completed in 125 milliseconds