Home
last modified time | relevance | path

Searched refs:yaffs_lseek (Results 1 – 3 of 3) sorted by relevance

/external/yaffs2/yaffs2/direct/
Ddtest.c69 yaffs_lseek(outh,size-1,SEEK_SET); in make_pattern_file()
75 yaffs_lseek(outh,i,SEEK_SET); in make_pattern_file()
91 size = yaffs_lseek(h,0,SEEK_END); in check_pattern_file()
95 yaffs_lseek(h,i,SEEK_SET); in check_pattern_file()
155 size = yaffs_lseek(h,0,SEEK_SET); in dump_file()
206 …printf("=====>>>>> verification of file %s failed near position %d\n",fn,yaffs_lseek(h,0,SEEK_CUR)… in verify_file_of_size()
232 yaffs_lseek(h,0,SEEK_SET); in create_resized_file_of_size()
673 r= yaffs_lseek(f,0,SEEK_END); in long_test()
678 r= yaffs_lseek(f,0,SEEK_SET); in long_test()
690 r= yaffs_lseek(f,0,SEEK_END); in long_test()
[all …]
Dyaffsfs.h179 off_t yaffs_lseek(int fd, off_t offset, int whence) ;
Dyaffsfs.c650 off_t yaffs_lseek(int fd, off_t offset, int whence) in yaffs_lseek() function