Searched refs:SEEK_SET (Results 1 - 9 of 9) sorted by relevance

/development/tools/line_endings/
H A Dline_endings.c59 lseek(fd, 0, SEEK_SET);
92 lseek(fd, 0, SEEK_SET);
/development/ndk/platforms/android-3/include/
H A Dzconf.h295 #ifndef SEEK_SET
296 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
H A Dstdio.h206 #ifndef SEEK_SET
207 #define SEEK_SET 0 /* set file offset to offset */ macro
H A Dunistd.h47 #define SEEK_SET 0 macro
/development/ndk/platforms/android-8/include/
H A Dstdio.h206 #ifndef SEEK_SET
207 #define SEEK_SET 0 /* set file offset to offset */ macro
H A Dunistd.h47 #define SEEK_SET 0 macro
/development/ndk/platforms/android-3/include/linux/
H A Dfs.h25 #define SEEK_SET 0 macro
/development/ndk/platforms/android-9/include/
H A Dunistd.h47 #define SEEK_SET 0 macro
/development/samples/BrowserPlugin/jni/audio/
H A DAudioPlugin.cpp372 fseek(m_soundPlay->file, 0, SEEK_SET);

Completed in 443 milliseconds