HomeSort by relevance Sort by last modified time
    Searched full:sync_platform_file_ (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/disk_cache/
file_win.cc 71 sync_platform_file_(file) {
91 sync_platform_file_ = CreateFile(name.value().c_str(), access, sharing, NULL,
94 if (INVALID_HANDLE_VALUE == sync_platform_file_)
106 if (INVALID_HANDLE_VALUE != sync_platform_file_)
107 CloseHandle(sync_platform_file_);
112 return (INVALID_HANDLE_VALUE == platform_file_) ? sync_platform_file_ :
120 INVALID_HANDLE_VALUE != sync_platform_file_);
128 DWORD ret = SetFilePointer(sync_platform_file_, static_cast<LONG>(offset),
135 if (!ReadFile(sync_platform_file_, buffer, size, &actual, NULL))
145 DWORD ret = SetFilePointer(sync_platform_file_, static_cast<LONG>(offset)
    [all...]
file.h 82 base::PlatformFile sync_platform_file_; // Synchronous IO handle. member in class:disk_cache::File
file_posix.cc 173 sync_platform_file_(base::kInvalidPlatformFileValue) {
  /external/chromium_org/net/disk_cache/
file_win.cc 74 sync_platform_file_(file) {
94 sync_platform_file_ = CreateFile(name.value().c_str(), access, sharing, NULL,
97 if (INVALID_HANDLE_VALUE == sync_platform_file_)
109 if (INVALID_HANDLE_VALUE != sync_platform_file_)
110 CloseHandle(sync_platform_file_);
115 return (INVALID_HANDLE_VALUE == platform_file_) ? sync_platform_file_ :
123 INVALID_HANDLE_VALUE != sync_platform_file_);
131 DWORD ret = SetFilePointer(sync_platform_file_, static_cast<LONG>(offset),
138 if (!ReadFile(sync_platform_file_, buffer, size, &actual, NULL))
148 DWORD ret = SetFilePointer(sync_platform_file_, static_cast<LONG>(offset)
    [all...]
file.h 93 base::PlatformFile sync_platform_file_; // Synchronous IO handle. member in class:disk_cache::File
file_posix.cc 41 sync_platform_file_(base::kInvalidPlatformFileValue) {
file_ios.cc 173 sync_platform_file_(base::kInvalidPlatformFileValue) {

Completed in 257 milliseconds