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

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.cc 55 SetEndOfFile(fd); // truncate the existing file
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.cc 55 SetEndOfFile(fd); // truncate the existing file
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFilePlayer.h 126 void (*SetEndOfFile)(struct S_AudioFileManager *afm, SInt64 pos); /* set the "EOF" (will behave just like it reached eof) */
AudioFilePlayer.c 142 afp->mAudioFileManager->SetEndOfFile (afp->mAudioFileManager, position);
AudioFileReaderThread.c 489 SDL_SetError ("AudioFileManager::SetEndOfFile - position beyond actual eof\n");
592 SET_AUDIOFILEMANAGER_METHOD(SetEndOfFile);
  /external/lzma/CPP/Windows/
FileIO.cpp 422 bool COutFile::SetEndOfFile() { return BOOLToBool(::SetEndOfFile(_handle)); }
431 return SetEndOfFile();
FileIO.h 130 bool 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 242 return TRUE == SetEndOfFile(file);
  /external/chromium_org/base/test/
test_file_util_win.cc 172 // padded zeros and then use SetEndOfFile to truncate the file.
203 // flag and use SetEndOfFile to mark EOF.
209 CHECK(::SetEndOfFile(file_handle));
  /external/chromium_org/net/base/
file_stream_context_win.cc 165 if (!SetEndOfFile(file_)) {
167 LOG(WARNING) << "SetEndOfFile failed: " << error.os_error;
  /external/chromium_org/net/disk_cache/
file_win.cc 245 return TRUE == SetEndOfFile(file);
  /external/chromium/net/base/
file_stream_win.cc 349 BOOL result = SetEndOfFile(file_);
352 LOG(WARNING) << "SetEndOfFile failed: " << error;
  /external/chromium_org/base/files/
file_win.cc 221 return ((::SetEndOfFile(file_) != 0) &&
  /external/chromium_org/base/
platform_file_win.cc 232 return ((::SetEndOfFile(file) != 0) &&
  /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/chromium_org/third_party/sqlite/src/src/
os_win.c 802 /* SetEndOfFile() returns non-zero when successful, or zero when it fails. */
805 }else if( 0==SetEndOfFile(pFile->h) ){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1072 milliseconds