Home
last modified time | relevance | path

Searched refs:platform_file (Results 1 – 25 of 55) sorted by relevance

123

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp161 PlatformMacOSX::GetFile (const FileSpec &platform_file, in GetFile() argument
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
172 local_file = platform_file; in GetFile()
DPlatformiOSSimulator.cpp318 PlatformiOSSimulator::GetFile (const FileSpec &platform_file, in GetFile() argument
324 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) in GetFile()
372 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local
373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file); in GetSharedModule()
390 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
DPlatformRemoteiOS.cpp610 PlatformRemoteiOS::GetSymbolFile (const FileSpec &platform_file, in GetSymbolFile() argument
616 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) in GetSymbolFile()
653 local_file = platform_file; in GetSymbolFile()
679 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local
683 Error error (GetSymbolFile (platform_file, module_uuid_ptr, local_file)); in GetSharedModule()
695 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) in GetSharedModule()
762 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
DPlatformRemoteiOS.h85 GetSymbolFile (const lldb_private::FileSpec &platform_file,
162 FindFileInAllSDKs (const lldb_private::FileSpec &platform_file,
DPlatformMacOSX.h71 GetFile (const lldb_private::FileSpec &platform_file,
DPlatformDarwin.cpp306 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local
307 if (!module_sp && module_search_paths_ptr && platform_file) in GetSharedModule()
312 if (Host::GetBundleDirectory (platform_file, bundle_directory)) in GetSharedModule()
314 if (platform_file == bundle_directory) in GetSharedModule()
334 platform_file.GetPath (platform_path, sizeof(platform_path)); in GetSharedModule()
DPlatformiOSSimulator.h83 GetFile (const lldb_private::FileSpec &platform_file,
/external/chromium_org/base/files/
Dfile.cc38 File::File(PlatformFile platform_file) in File() argument
39 : file_(platform_file), in File()
44 DCHECK_GE(platform_file, -1); in File()
/external/chromium_org/webkit/browser/fileapi/
Ddragged_file_util.cc38 base::FilePath platform_file = (file_iter_++)->path; in Next() local
39 NativeFileUtil::GetFileInfo(platform_file, &file_info_); in Next()
40 return platform_file; in Next()
/external/chromium_org/content/renderer/pepper/
Dhost_array_buffer_var.cc82 base::PlatformFile platform_file = in CopyToNewShmem() local
91 *plugin_shm_handle = BrokerGetFileHandleForProcess(platform_file, p, false); in CopyToNewShmem()
Dpepper_media_stream_track_host_base.cc63 base::PlatformFile platform_file = in InitBuffers() local
71 SerializedHandle handle(host_->ShareHandleWithRemote(platform_file, false), in InitBuffers()
Dpepper_video_decoder_host.cc193 base::PlatformFile platform_file = shm_handle; in OnHostMsgGetShm() local
195 base::PlatformFile platform_file = shm_handle.fd; in OnHostMsgGetShm() local
200 renderer_ppapi_host_->ShareHandleWithRemote(platform_file, false), in OnHostMsgGetShm()
/external/chromium_org/components/nacl/renderer/
Dmanifest_service_channel.cc88 IPC::Message* reply, const base::PlatformFile& platform_file) { in DidOpenResource() argument
94 base::FileDescriptor(platform_file, true))); in DidOpenResource()
Dmanifest_service_channel.h66 IPC::Message* reply, const base::PlatformFile& platform_file);
/external/chromium_org/ppapi/proxy/
Dppb_buffer_proxy.cc143 base::PlatformFile platform_file = in OnMsgCreate() local
152 dispatcher->ShareHandleWithRemote(platform_file, false), size); in OnMsgCreate()
/external/chromium_org/net/disk_cache/blockfile/
Dfile_win.cc183 base::PlatformFile File::platform_file() const { in platform_file() function in disk_cache::File
224 HANDLE file = platform_file(); in SetLength()
234 HANDLE file = platform_file(); in GetLength()
Dmapped_file_posix.cc26 platform_file(), 0); in Init()
Dmapped_file_win.cc21 section_ = CreateFileMapping(platform_file(), NULL, PAGE_READWRITE, 0, in Init()
/external/chromium_org/third_party/zlib/google/
Dzip_reader_unittest.cc48 base::PlatformFile platform_file() { return file_.GetPlatformFile(); } in platform_file() function in __anon16b6f36c0111::FileWrapper
185 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F()
222 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F()
274 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F()
294 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F()
299 ASSERT_TRUE(reader.ExtractCurrentEntryToFd(out_fd_w.platform_file())); in TEST_F()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp285 PlatformLinux::GetFile (const FileSpec &platform_file, in GetFile() argument
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
295 local_file = platform_file; in GetFile()
DPlatformLinux.h76 GetFile (const FileSpec &platform_file,
/external/lldb/source/API/
DSBModule.cpp142 SBModule::SetPlatformFileSpec (const lldb::SBFileSpec &platform_file) in SetPlatformFileSpec() argument
150 module_sp->SetPlatformFileSpec(*platform_file); in SetPlatformFileSpec()
158 platform_file.get(), in SetPlatformFileSpec()
159 platform_file->GetPath().c_str(), in SetPlatformFileSpec()
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Ddevice_media_async_file_util.cc107 scoped_refptr<webkit_blob::ShareableFileReference> platform_file, in OnDidCheckMediaForCreateSnapshotFile() argument
110 base::FilePath platform_path(platform_file.get()->path()); in OnDidCheckMediaForCreateSnapshotFile()
112 platform_file = NULL; in OnDidCheckMediaForCreateSnapshotFile()
113 callback.Run(error, file_info, platform_path, platform_file); in OnDidCheckMediaForCreateSnapshotFile()
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp557 PlatformFreeBSD::GetFile (const FileSpec &platform_file, in GetFile() argument
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
568 local_file = platform_file; in GetFile()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp115 PlatformRemoteGDBServer::GetFile (const FileSpec &platform_file, in GetFile() argument
120 local_file = platform_file; in GetFile()

123