Searched defs:platform_file (Results 1 - 21 of 21) sorted by relevance

/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);
/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),
H A Dpepper_video_capture_host.cc222 base::PlatformFile platform_file = local
231 dispatcher->ShareHandleWithRemote(platform_file, false), size));
H A Dpepper_video_decoder_host.cc198 base::PlatformFile platform_file = shm_handle; local
200 base::PlatformFile platform_file = shm_handle.fd; local
205 renderer_ppapi_host_->ShareHandleWithRemote(platform_file, false),
/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 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.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);
H A DPlatformDarwin.cpp306 const FileSpec &platform_file = module_spec.GetFileSpec(); local
307 if (!module_sp && module_search_paths_ptr && platform_file)
312 if (Host::GetBundleDirectory (platform_file, bundle_directory))
314 if (platform_file == bundle_directory)
334 platform_file.GetPath (platform_path, sizeof(platform_path));
H A DPlatformDarwinKernel.cpp593 const FileSpec &platform_file = module_spec.GetFileSpec(); local
596 std::string kext_bundle_id = platform_file.GetPath();
/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_posix.cc161 base::PlatformFile File::platform_file() const { function in class:disk_cache::File
H A Dfile_ios.cc280 base::PlatformFile File::platform_file() const { function in class:disk_cache::File
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/ppapi/proxy/
H A Dppb_buffer_proxy.cc143 base::PlatformFile platform_file = local
152 dispatcher->ShareHandleWithRemote(platform_file, false), size);
/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/source/Plugins/Platform/Linux/
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/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.cc107 scoped_refptr<storage::ShareableFileReference> platform_file,
110 base::FilePath platform_path(platform_file.get()->path());
112 platform_file = NULL;
113 callback.Run(error, file_info, platform_path, platform_file);
104 OnDidCheckMediaForCreateSnapshotFile( const AsyncFileUtil::CreateSnapshotFileCallback& callback, const base::File::Info& file_info, scoped_refptr<storage::ShareableFileReference> platform_file, base::File::Error error) argument
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp557 PlatformFreeBSD::GetFile (const FileSpec &platform_file, argument
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
568 local_file = platform_file;
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp115 PlatformRemoteGDBServer::GetFile (const FileSpec &platform_file, argument
120 local_file = 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/Target/
H A DPlatform.cpp83 Platform::GetFile (const FileSpec &platform_file, argument
88 local_file = platform_file;

Completed in 447 milliseconds