HomeSort by relevance Sort by last modified time
    Searched refs:PlatformFile (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/base/
platform_file.h 24 typedef HANDLE PlatformFile;
25 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
27 typedef int PlatformFile;
28 const PlatformFile kInvalidPlatformFileValue = -1;
102 BASE_API PlatformFile CreatePlatformFile(const FilePath& name,
108 BASE_API bool ClosePlatformFile(PlatformFile file);
112 BASE_API int ReadPlatformFile(PlatformFile file, int64 offset,
118 BASE_API int WritePlatformFile(PlatformFile file, int64 offset,
124 BASE_API bool TruncatePlatformFile(PlatformFile file, int64 length);
127 BASE_API bool FlushPlatformFile(PlatformFile file)
    [all...]
platform_file_posix.cc 33 PlatformFile CreatePlatformFile(const FilePath& name, int flags,
138 bool ClosePlatformFile(PlatformFile file) {
142 int ReadPlatformFile(PlatformFile file, int64 offset, char* data, int size) {
149 int WritePlatformFile(PlatformFile file, int64 offset,
157 bool TruncatePlatformFile(PlatformFile file, int64 length) {
161 bool FlushPlatformFile(PlatformFile file) {
165 bool TouchPlatformFile(PlatformFile file, const base::Time& last_access_time,
182 bool GetPlatformFileInfo(PlatformFile file, PlatformFileInfo* info) {
file_util_proxy.h 74 PlatformFile,
100 PlatformFile file,
154 PlatformFile file,
164 PlatformFile file,
173 PlatformFile file,
191 PlatformFile file,
207 PlatformFile file,
platform_file_win.cc 13 PlatformFile CreatePlatformFile(const FilePath& name,
107 bool ClosePlatformFile(PlatformFile file) {
112 int ReadPlatformFile(PlatformFile file, int64 offset, char* data, int size) {
133 int WritePlatformFile(PlatformFile file, int64 offset,
153 bool TruncatePlatformFile(PlatformFile file, int64 length) {
179 bool FlushPlatformFile(PlatformFile file) {
184 bool TouchPlatformFile(PlatformFile file, const base::Time& last_access_time,
196 bool GetPlatformFileInfo(PlatformFile file, PlatformFileInfo* info) {
file_util_proxy.cc 162 base::PlatformFile file_handle_;
185 // that returns a FilePath and a PlatformFile.
210 base::PlatformFile file_handle_;
237 RelayClose(base::PlatformFile file_handle,
250 base::PlatformFile file_handle_;
276 base::PlatformFile handle = base::CreatePlatformFile(
500 base::PlatformFile file,
520 base::PlatformFile file_;
526 RelayRead(base::PlatformFile file,
554 base::PlatformFile file_
    [all...]
platform_file_unittest.cc 15 int ReadFully(base::PlatformFile file, int64 offset, char* data, int size) {
38 int WriteFully(base::PlatformFile file, int64 offset,
61 TEST(PlatformFile, CreatePlatformFile) {
68 base::PlatformFile file = base::CreatePlatformFile(
130 TEST(PlatformFile, ReadWritePlatformFile) {
134 base::PlatformFile file = base::CreatePlatformFile(
202 TEST(PlatformFile, TruncatePlatformFile) {
206 base::PlatformFile file = base::CreatePlatformFile(
252 TEST(PlatformFile, TouchGetInfoPlatformFile) {
255 base::PlatformFile file = base::CreatePlatformFile
    [all...]
file_util.h 521 bool Initialize(base::PlatformFile file);
553 base::PlatformFile file_;
file_util.cc 206 base::PlatformFile file =
330 bool MemoryMappedFile::Initialize(base::PlatformFile file) {
  /external/chromium/webkit/glue/
webfileutilities_impl.h 34 virtual base::PlatformFile openFile(const WebKit::WebString& path, int mode);
35 virtual void closeFile(base::PlatformFile& handle);
36 virtual long long seekFile(base::PlatformFile handle,
39 virtual bool truncateFile(base::PlatformFile handle, long long offset);
40 virtual int readFromFile(base::PlatformFile handle, char* data, int length);
41 virtual int writeToFile(base::PlatformFile handle,
webfileutilities_impl.cc 104 base::PlatformFile WebFileUtilitiesImpl::openFile(const WebString& path,
118 void WebFileUtilitiesImpl::closeFile(base::PlatformFile& handle) {
125 long long WebFileUtilitiesImpl::seekFile(base::PlatformFile handle,
134 bool WebFileUtilitiesImpl::truncateFile(base::PlatformFile handle,
142 int WebFileUtilitiesImpl::readFromFile(base::PlatformFile handle,
153 int WebFileUtilitiesImpl::writeToFile(base::PlatformFile handle,
webkitclient_impl.h 32 virtual base::PlatformFile databaseOpenFile(
webkitclient_impl.cc 500 base::PlatformFile WebKitClientImpl::databaseOpenFile(
  /external/chromium/net/disk_cache/
file.h 39 explicit File(base::PlatformFile file);
46 base::PlatformFile platform_file() const;
81 base::PlatformFile platform_file_; // Regular, asynchronous IO handle.
82 base::PlatformFile sync_platform_file_; // Synchronous IO handle.
file_posix.cc 169 File::File(base::PlatformFile file)
193 base::PlatformFile File::platform_file() const {
file_win.cc 69 File::File(base::PlatformFile file)
110 base::PlatformFile File::platform_file() const {
  /external/chromium/net/base/
file_stream.h 40 FileStream(base::PlatformFile file, int flags);
142 base::PlatformFile file_;
file_stream_posix.cc 61 int ReadFile(base::PlatformFile file, char* buf, int buf_len) {
72 void ReadFileTask(base::PlatformFile file,
82 int WriteFile(base::PlatformFile file, const char* buf, int buf_len) {
90 void WriteFileTask(base::PlatformFile file,
100 int FlushFile(base::PlatformFile file) {
140 base::PlatformFile file, char* buf, int buf_len,
143 base::PlatformFile file, const char* buf, int buf_len,
210 base::PlatformFile file, char* buf, int buf_len,
224 base::PlatformFile file, const char* buf, int buf_len,
277 FileStream::FileStream(base::PlatformFile file, int flags
    [all...]
file_stream_win.cc 127 FileStream::FileStream(base::PlatformFile file, int flags)
  /external/chromium/chrome/browser/
spellcheck_host.h 64 virtual const base::PlatformFile& GetDictionaryFile() const = 0;
spellcheck_host_impl.h 53 virtual const base::PlatformFile& GetDictionaryFile() const;
118 base::PlatformFile file_;
spellcheck_host_impl.cc 327 const base::PlatformFile& SpellCheckHostImpl::GetDictionaryFile() const {
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 50 typedef Callback1<base::PlatformFile>::Type OpenModelDoneCallback;
220 base::PlatformFile model_file_;
client_side_detection_service_unittest.cc 50 base::PlatformFile GetModelFile() {
59 std::string ReadModelFile(base::PlatformFile model_file) {
158 void GetModelFileDone(base::PlatformFile model_file) {
170 base::PlatformFile model_file_;
186 base::PlatformFile model_file = GetModelFile();
  /external/chromium/chrome/common/
utility_messages.h 81 base::PlatformFile, // PDF file
  /external/chromium/base/memory/
scoped_temp_dir_unittest.cc 100 base::PlatformFile file = base::CreatePlatformFile(file_path, file_flags,

Completed in 333 milliseconds

1 2