HomeSort by relevance Sort by last modified time
    Searched refs:PlatformFile (Results 51 - 75 of 245) sorted by null

1 23 4 5 6 7 8 910

  /external/chromium_org/base/
platform_file_unittest.cc 17 int ReadFully(base::PlatformFile file, int64 offset, char* data, int size) {
23 int WriteFully(base::PlatformFile file, int64 offset,
30 TEST(PlatformFile, CreatePlatformFile) {
37 base::PlatformFile file = base::CreatePlatformFile(
109 TEST(PlatformFile, DeleteOpenFile) {
117 base::PlatformFile file = base::CreatePlatformFile(
129 base::PlatformFile same_file = base::CreatePlatformFile(
145 TEST(PlatformFile, ReadWritePlatformFile) {
149 base::PlatformFile file = base::CreatePlatformFile(
224 TEST(PlatformFile, AppendPlatformFile)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
local_file_reader.h 63 base::PlatformFile platform_file_;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
supported_audio_video_checker.h 39 void OnFileOpen(const base::PlatformFile& file);
  /external/chromium_org/chrome/browser/safe_browsing/
sandboxed_zip_analyzer.h 67 base::PlatformFile zip_platform_file_;
  /external/chromium_org/chrome/common/safe_browsing/
zip_analyzer.cc 14 void AnalyzeZipFile(base::PlatformFile zip_file, Results* results) {
  /external/chromium_org/chrome/renderer/spellchecker/
cocoa_spelling_engine_mac.cc 16 void CocoaSpellingEngine::Init(base::PlatformFile bdict_file) {
spellcheck_language.h 24 void Init(base::PlatformFile file, const std::string& language);
  /external/chromium_org/content/common/
sandbox_util.cc 16 base::PlatformFile handle,
  /external/chromium_org/ipc/
ipc_platform_file.cc 13 PlatformFileForTransit GetFileHandleForProcess(base::PlatformFile handle,
  /external/chromium_org/remoting/host/setup/
native_messaging_reader.h 32 explicit NativeMessagingReader(base::PlatformFile handle);
native_messaging_reader.cc 38 Core(base::PlatformFile handle,
66 base::PlatformFile handle,
133 NativeMessagingReader::NativeMessagingReader(base::PlatformFile handle)
  /external/chromium_org/ppapi/tests/
test_broker.cc 42 typedef HANDLE PlatformFile;
43 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
47 typedef int PlatformFile;
48 const PlatformFile kInvalidPlatformFileValue = -1;
52 PlatformFile IntToPlatformFile(int32_t handle) {
70 bool ReadMessage(PlatformFile file, size_t message_len, char* message) {
91 bool WriteMessage(PlatformFile file, size_t message_len, const char* message) {
112 bool VerifyMessage(PlatformFile file, size_t message_len, const char* message) {
120 bool ClosePlatformFile(PlatformFile file) {
161 PlatformFile file = IntToPlatformFile(handle)
    [all...]
  /external/chromium/base/
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...]
  /external/chromium/chrome/browser/
spellcheck_host_impl.h 53 virtual const base::PlatformFile& GetDictionaryFile() const;
118 base::PlatformFile file_;
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_posix.cc 41 base::PlatformFile* read_file,
42 base::PlatformFile* write_file) {
native_message_process_host.h 95 base::PlatformFile read_file,
96 base::PlatformFile write_file);
135 base::PlatformFile read_file_;
  /external/chromium_org/chrome/browser/nacl_host/
nacl_host_message_filter.h 73 base::PlatformFile fd);
75 base::PlatformFile fd,
nacl_browser.h 25 base::PlatformFile* file);
58 base::PlatformFile IrtFile() const;
158 base::PlatformFile irt_platform_file_;
  /external/chromium_org/ppapi/proxy/
proxy_channel.h 49 base::PlatformFile handle,
69 base::PlatformFile handle,
  /external/chromium_org/webkit/browser/fileapi/
native_file_util.h 36 base::PlatformFile* file_handle,
38 static base::PlatformFileError Close(base::PlatformFile file);
  /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/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/chrome/browser/chromeos/extensions/file_manager/
zip_file_creator.h 59 void StartProcessOnIOThread(base::PlatformFile dest_file);
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection.h 74 base::PlatformFile file_;

Completed in 799 milliseconds

1 23 4 5 6 7 8 910