Searched refs:platform_file (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/base/files/
H A Dfile.cc34 File::File(PlatformFile platform_file) argument
35 : file_(platform_file),
40 DCHECK_GE(platform_file, -1);
H A Dfile.h164 // Takes ownership of |platform_file|.
165 explicit File(PlatformFile platform_file);
/external/chromium_org/storage/browser/fileapi/
H A Ddragged_file_util.cc38 base::FilePath platform_file = (file_iter_++)->path;
39 NativeFileUtil::GetFileInfo(platform_file, &file_info_);
40 return platform_file;
H A Dlocal_file_util.h48 base::FilePath* platform_file) OVERRIDE;
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp161 PlatformMacOSX::GetFile (const FileSpec &platform_file, argument
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
172 local_file = platform_file;
H A DPlatformMacOSX.h71 GetFile (const lldb_private::FileSpec &platform_file,
H A DPlatformiOSSimulator.cpp318 PlatformiOSSimulator::GetFile (const FileSpec &platform_file, argument
324 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
372 const FileSpec &platform_file = module_spec.GetFileSpec(); local
373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file);
390 module_sp->SetPlatformFileSpec(platform_file);
H A DPlatformRemoteiOS.h85 GetSymbolFile (const lldb_private::FileSpec &platform_file,
162 FindFileInAllSDKs (const lldb_private::FileSpec &platform_file,
H A DPlatformiOSSimulator.h83 GetFile (const lldb_private::FileSpec &platform_file,
H A DPlatformRemoteiOS.cpp610 PlatformRemoteiOS::GetSymbolFile (const FileSpec &platform_file, argument
616 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
653 local_file = platform_file;
679 const FileSpec &platform_file = module_spec.GetFileSpec(); local
683 Error error (GetSymbolFile (platform_file, module_uuid_ptr, local_file));
695 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
762 module_sp->SetPlatformFileSpec(platform_file);
/external/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file_posix.cc26 platform_file(), 0);
H A Dmapped_file_win.cc21 section_ = CreateFileMapping(platform_file(), NULL, PAGE_READWRITE, 0,
H A Dfile.h77 base::PlatformFile platform_file() const;
H A Dfile_win.cc183 base::PlatformFile File::platform_file() const { function in class:disk_cache::File
224 HANDLE file = platform_file();
234 HANDLE file = platform_file();
/external/chromium_org/content/renderer/pepper/
H A Dhost_array_buffer_var.cc82 base::PlatformFile platform_file = local
91 *plugin_shm_handle = BrokerGetFileHandleForProcess(platform_file, p, false);
H A Dpepper_media_stream_track_host_base.cc65 base::PlatformFile platform_file = local
73 SerializedHandle handle(host_->ShareHandleWithRemote(platform_file, false),
/external/chromium_org/ppapi/proxy/
H A Dppb_buffer_proxy.cc143 base::PlatformFile platform_file = local
152 dispatcher->ShareHandleWithRemote(platform_file, false), size);
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h76 GetFile (const FileSpec &platform_file,
H A DPlatformLinux.cpp285 PlatformLinux::GetFile (const FileSpec &platform_file, argument
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
295 local_file = platform_file;
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader_unittest.cc48 base::PlatformFile platform_file() { return file_.GetPlatformFile(); } function in class:__anon16401::FileWrapper
185 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file()));
222 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file()));
274 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file()));
294 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file()));
299 ASSERT_TRUE(reader.ExtractCurrentEntryToFd(out_fd_w.platform_file()));
/external/lldb/include/lldb/API/
H A DSBModule.h77 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
/external/lldb/source/API/
H A DSBModule.cpp142 SBModule::SetPlatformFileSpec (const lldb::SBFileSpec &platform_file) argument
150 module_sp->SetPlatformFileSpec(*platform_file);
158 platform_file.get(),
159 platform_file->GetPath().c_str(),
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h139 GetFile (const lldb_private::FileSpec &platform_file,
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h76 GetFile (const lldb_private::FileSpec &platform_file,
H A DPlatformRemoteGDBServer.cpp115 PlatformRemoteGDBServer::GetFile (const FileSpec &platform_file, argument
120 local_file = platform_file;

Completed in 3842 milliseconds

12