Searched refs:sync_platform_file_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/disk_cache/
H A Dfile_win.cc71 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_cas
[all...]
H A Dfile.h82 base::PlatformFile sync_platform_file_; // Synchronous IO handle. member in class:disk_cache::File
H A Dfile_posix.cc173 sync_platform_file_(base::kInvalidPlatformFileValue) {
/external/chromium_org/net/disk_cache/
H A Dfile_win.cc74 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_cas
[all...]
H A Dfile.h88 base::PlatformFile sync_platform_file_; // Synchronous IO handle. member in class:disk_cache::File
H A Dfile_posix.cc175 sync_platform_file_(base::kInvalidPlatformFileValue) {

Completed in 107 milliseconds