HomeSort by relevance Sort by last modified time
    Searched refs:C_SEEK (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
dd.h 86 #define C_SEEK 0x04000
dd.c 188 (O_CREAT | (ddflags & (C_SEEK | C_NOTRUNC) ? 0 : O_TRUNC))
241 if ((ddflags & (C_OF | C_SEEK | C_NOTRUNC)) == (C_OF | C_SEEK))
1047 { "seek", f_seek, C_SEEK, C_SEEK },

Completed in 5799 milliseconds