Home | History | Annotate | Download | only in adb

Lines Matching defs:method

297     DWORD  method;
302 case SEEK_SET: method = FILE_BEGIN; break;
303 case SEEK_CUR: method = FILE_CURRENT; break;
304 case SEEK_END: method = FILE_END; break;
310 result = SetFilePointer( f->fh_handle, pos, NULL, method );