comparison direct/python/examples.py @ 339:50d5730d01a5

Add handle tests
author charles <charles>
date Wed, 06 Jan 2010 03:56:46 +0000
parents bd02b2533ec8
children 69decb385a5c
comparison
equal deleted inserted replaced
338:4aca2904c73d 339:50d5730d01a5
64 yaffs_StartUp() 64 yaffs_StartUp()
65 yaffs_mount(root) 65 yaffs_mount(root)
66 66
67 yaffs_mkdir(root+"/dd",0666) 67 yaffs_mkdir(root+"/dd",0666)
68 68
69 yaffs_open(root+"/dd/111",66,0666) 69 h = yaffs_open(root+"/dd/111",66,0666)
70 yaffs_close(h)
70 71
71 yaffs_ls(root) 72 yaffs_ls(root)
73