Home
last modified time | relevance | path

Searched refs:OpenSync (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/net/base/
Dmock_file_stream.cc11 int MockFileStream::OpenSync(const base::FilePath& path, int open_flags) { in OpenSync() function in net::testing::MockFileStream
13 return ReturnError(FileStream::OpenSync(path, open_flags)); in OpenSync()
Dfile_stream_unittest.cc73 int rv = stream.OpenSync(temp_file_path(), in TEST_F()
88 int rv = stream.OpenSync(temp_file_path(), in TEST_F()
234 int rv = stream.OpenSync(temp_file_path(), flags); in TEST_F()
330 int rv = stream.OpenSync(temp_file_path(), flags); in TEST_F()
403 int rv = stream.OpenSync(temp_file_path(), flags); in TEST_F()
463 int rv = stream->OpenSync(temp_file_path(), flags); in TEST_F()
552 int rv = stream->OpenSync(temp_file_path(), flags); in TEST_F()
625 int rv = stream->OpenSync(temp_file_path(), flags); in TEST_F()
665 int rv = stream->OpenSync(temp_file_path(), flags); in TEST_F()
1086 ASSERT_EQ(OK, write_stream->OpenSync(temp_file_path(), flags)); in TEST_F()
Dfile_stream.cc83 int FileStream::OpenSync(const base::FilePath& path, int open_flags) { in OpenSync() function in net::FileStream
93 return context_->OpenSync(path, open_flags_); in OpenSync()
Dfile_stream.h82 virtual int OpenSync(const base::FilePath& path, int open_flags);
Dmock_file_stream.h31 virtual int OpenSync(const base::FilePath& path, int open_flags) OVERRIDE;
Dfile_stream_context.h108 int OpenSync(const base::FilePath& path, int open_flags);
Dupload_file_element_reader.cc32 int64 rv = file_stream->OpenSync( in InitInternal()
Dfile_stream_context.cc86 int FileStream::Context::OpenSync(const base::FilePath& path, int open_flags) { in OpenSync() function in net::FileStream::Context
/external/chromium_org/webkit/browser/fileapi/
Dnative_file_util.cc41 if (infile.OpenSync(from, in CopyFileAndSync()
47 if (outfile.OpenSync(to, in CopyFileAndSync()
/external/chromium_org/chrome/browser/sessions/
Dsession_backend.cc51 file_->OpenSync(path, in SessionFileReader()
377 if (file->OpenSync(path, base::PLATFORM_FILE_CREATE_ALWAYS | in OpenAndWriteHeader()
/external/chromium_org/content/browser/download/
Ddrag_download_util.cc86 file_stream->OpenSync(new_file_path, base::PLATFORM_FILE_CREATE | in CreateFileStreamForDrop()
Dbase_file.cc279 int open_result = file_stream_->OpenSync( in Open()
Dbase_file_unittest.cc494 mock_file_stream->OpenSync( in TEST_F()
/external/chromium_org/chrome/test/chromedriver/chrome/
Dzip.cc30 if (stream.OpenSync(src_dir, flags) != 0) { in AddFileToZip()
Dzip_reader.cc210 if (stream.OpenSync(output_file_path, flags) != 0) in ExtractCurrentEntryToFilePath()
/external/chromium_org/third_party/zlib/google/
Dzip.cc30 if (stream.OpenSync(src_dir, flags) != 0) { in AddFileToZip()
Dzip_reader.cc210 if (stream.OpenSync(output_file_path, flags) != 0) in ExtractCurrentEntryToFilePath()
/external/chromium_org/net/tools/dump_cache/
Ddump_files.cc35 file.OpenSync(name, base::PLATFORM_FILE_OPEN | base::PLATFORM_FILE_READ); in ReadHeader()
/external/chromium_org/chrome/browser/bookmarks/
Dbookmark_html_writer.cc173 return (file_stream_->OpenSync(path_, flags) == net::OK); in OpenFile()
/external/libmtp/
DTODO59 5. FEATURE: Implement an OpenSync backend for devices which have
/external/chromium_org/chrome/browser/themes/
Dbrowser_theme_pack.cc423 if (file.OpenSync(path, flags) == net::OK) { in ReadFileData()