OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetEndOfFile
(Results
1 - 12
of
12
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFilePlayer.h
119
void (*
SetEndOfFile
)(struct S_AudioFileManager *afm, SInt64 pos); /* set the "EOF" (will behave just like it reached eof) */
AudioFilePlayer.c
141
afp->mAudioFileManager->
SetEndOfFile
(afp->mAudioFileManager, position);
AudioFileReaderThread.c
489
SDL_SetError ("AudioFileManager::
SetEndOfFile
- position beyond actual eof\n");
587
SET_AUDIOFILEMANAGER_METHOD(
SetEndOfFile
);
/external/chromium/base/test/
test_file_util_win.cc
76
// padded zeros and then use
SetEndOfFile
to truncate the file.
107
// flag and use
SetEndOfFile
to mark EOF.
113
CHECK(::
SetEndOfFile
(file_handle));
/external/qemu/block/
raw-win32.c
62
res =
SetEndOfFile
(h);
171
if (!
SetEndOfFile
(s->hfile))
/external/chromium/base/
platform_file_win.cc
175
return ((::
SetEndOfFile
(file) != 0) &&
/external/chromium/net/disk_cache/
file_win.cc
241
return TRUE ==
SetEndOfFile
(file);
/external/chromium/net/base/
file_stream_win.cc
349
BOOL result =
SetEndOfFile
(file_);
352
LOG(WARNING) << "
SetEndOfFile
failed: " << error;
/external/stlport/src/details/
fstream_win32io.cpp
276
((doTruncate &&
SetEndOfFile
(file_no) == 0) ||
/ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp
276
((doTruncate &&
SetEndOfFile
(file_no) == 0) ||
/external/sqlite/dist/
sqlite3.c
[
all
...]
sqlite3.c.orig
[
all
...]
Completed in 170 milliseconds