HomeSort by relevance Sort by last modified time
    Searched refs:PlatformFile (Results 76 - 100 of 257) sorted by null

1 2 34 5 6 7 8 91011

  /external/chromium_org/webkit/browser/fileapi/
native_file_util.h 44 base::PlatformFile* file_handle,
46 static base::PlatformFileError Close(base::PlatformFile file);
file_system_file_util.h 67 base::PlatformFile* file_handle,
74 base::PlatformFile file) = 0;
  /external/chromium/net/base/
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...]
  /external/chromium_org/base/files/
file_posix.cc 51 static bool IsOpenAppend(PlatformFile file) {
55 static int CallFtruncate(PlatformFile file, int64 length) {
59 static int CallFsync(PlatformFile file) {
63 static int CallFutimes(PlatformFile file, const struct timeval times[2]) {
80 static File::Error CallFctnlFlock(PlatformFile file, bool do_lock) {
92 static bool IsOpenAppend(PlatformFile file) {
99 static int CallFtruncate(PlatformFile file, int64 length) {
104 static int CallFsync(PlatformFile file) {
109 static int CallFutimes(PlatformFile file, const struct timeval times[2]) {
114 static File::Error CallFctnlFlock(PlatformFile file, bool do_lock)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host.h 96 base::PlatformFile read_file,
97 base::PlatformFile write_file);
138 base::PlatformFile read_file_;
native_message_process_host_unittest.cc 61 FakeLauncher(base::PlatformFile read_file, base::PlatformFile write_file)
78 base::PlatformFile read_pipe,
95 base::PlatformFile read_file_;
96 base::PlatformFile write_file_;
204 base::PlatformFile read_file;
221 base::PlatformFile pipe_handles[2];
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection.h 170 void FinishOpen(base::PlatformFile file);
173 static void DoClose(base::PlatformFile port);
193 base::PlatformFile file_;
  /external/chromium_org/chrome/common/media_galleries/
picasa_types.cc 14 base::PlatformFile OpenPlatformFile(const base::FilePath& directory_path,
22 base::PlatformFile OpenColumnPlatformFile(const base::FilePath& directory_path,
27 void ClosePlatformFile(base::PlatformFile* platform_file) {
  /external/chromium_org/remoting/host/native_messaging/
native_messaging_reader.cc 38 Core(base::PlatformFile handle,
66 base::PlatformFile handle,
133 NativeMessagingReader::NativeMessagingReader(base::PlatformFile handle)
native_messaging_reader_unittest.cc 42 base::PlatformFile read_handle_;
43 base::PlatformFile write_handle_;
native_messaging_writer_unittest.cc 28 base::PlatformFile read_handle_;
29 base::PlatformFile write_handle_;
  /external/chromium/base/
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...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
zip_file_creator.h 59 void StartProcessOnIOThread(base::PlatformFile dest_file);
zip_file_creator.cc 75 base::PlatformFile dest_file =
92 void ZipFileCreator::StartProcessOnIOThread(base::PlatformFile dest_file) {
  /external/chromium_org/chrome/utility/media_galleries/
pmp_column_reader.h 30 bool ReadFile(base::PlatformFile file, const PmpFieldType expected_type);
  /external/chromium_org/media/base/
media_file_checker_unittest.cc 15 base::PlatformFile file = base::CreatePlatformFile(
  /external/chromium_org/media/filters/
file_data_source.h 25 bool InitializeFromPlatformFile(const base::PlatformFile& file);
  /external/chromium_org/media/video/capture/
file_video_capture_device.h 67 base::PlatformFile file_;
  /external/chromium_org/ui/base/resource/
data_pack.h 39 bool LoadFromFile(base::PlatformFile file);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
supported_audio_video_checker.cc 51 base::PlatformFile OpenOnFileThread(const base::FilePath& path) {
87 void SupportedAudioVideoChecker::OnFileOpen(const base::PlatformFile& file) {
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_io_host.h 101 base::PlatformFile file,
110 base::PlatformFile file,
138 base::PlatformFile file_;
  /external/chromium_org/webkit/browser/database/
vfs_backend.cc 60 base::PlatformFile* file_handle) {
105 base::PlatformFile* file_handle) {
131 base::PlatformFile dir_fd = base::CreatePlatformFile(
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 50 typedef Callback1<base::PlatformFile>::Type OpenModelDoneCallback;
220 base::PlatformFile model_file_;
  /external/chromium_org/net/disk_cache/simple/
simple_version_upgrade.cc 33 base::PlatformFile file = base::CreatePlatformFile(
139 base::PlatformFile fake_index_file = base::CreatePlatformFile(

Completed in 165 milliseconds

1 2 34 5 6 7 8 91011