/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformMacOSX.cpp | 161 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()
|
D | PlatformiOSSimulator.cpp | 318 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()
|
D | PlatformRemoteiOS.cpp | 610 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()
|
D | PlatformRemoteiOS.h | 85 GetSymbolFile (const lldb_private::FileSpec &platform_file, 162 FindFileInAllSDKs (const lldb_private::FileSpec &platform_file,
|
D | PlatformMacOSX.h | 71 GetFile (const lldb_private::FileSpec &platform_file,
|
D | PlatformDarwin.cpp | 306 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()
|
D | PlatformiOSSimulator.h | 83 GetFile (const lldb_private::FileSpec &platform_file,
|
/external/chromium_org/base/files/ |
D | file.cc | 38 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/ |
D | dragged_file_util.cc | 38 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/ |
D | host_array_buffer_var.cc | 82 base::PlatformFile platform_file = in CopyToNewShmem() local 91 *plugin_shm_handle = BrokerGetFileHandleForProcess(platform_file, p, false); in CopyToNewShmem()
|
D | pepper_media_stream_track_host_base.cc | 63 base::PlatformFile platform_file = in InitBuffers() local 71 SerializedHandle handle(host_->ShareHandleWithRemote(platform_file, false), in InitBuffers()
|
D | pepper_video_decoder_host.cc | 193 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/ |
D | manifest_service_channel.cc | 88 IPC::Message* reply, const base::PlatformFile& platform_file) { in DidOpenResource() argument 94 base::FileDescriptor(platform_file, true))); in DidOpenResource()
|
D | manifest_service_channel.h | 66 IPC::Message* reply, const base::PlatformFile& platform_file);
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_buffer_proxy.cc | 143 base::PlatformFile platform_file = in OnMsgCreate() local 152 dispatcher->ShareHandleWithRemote(platform_file, false), size); in OnMsgCreate()
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | file_win.cc | 183 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()
|
D | mapped_file_posix.cc | 26 platform_file(), 0); in Init()
|
D | mapped_file_win.cc | 21 section_ = CreateFileMapping(platform_file(), NULL, PAGE_READWRITE, 0, in Init()
|
/external/chromium_org/third_party/zlib/google/ |
D | zip_reader_unittest.cc | 48 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/ |
D | PlatformLinux.cpp | 285 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()
|
D | PlatformLinux.h | 76 GetFile (const FileSpec &platform_file,
|
/external/lldb/source/API/ |
D | SBModule.cpp | 142 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/ |
D | device_media_async_file_util.cc | 107 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/ |
D | PlatformFreeBSD.cpp | 557 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/ |
D | PlatformRemoteGDBServer.cpp | 115 PlatformRemoteGDBServer::GetFile (const FileSpec &platform_file, in GetFile() argument 120 local_file = platform_file; in GetFile()
|