HomeSort by relevance Sort by last modified time
    Searched refs:platform_file (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/base/files/
file.cc 34 File::File(PlatformFile platform_file)
35 : file_(platform_file),
40 DCHECK_GE(platform_file, -1);
file.h 164 // Takes ownership of |platform_file|.
165 explicit File(PlatformFile platform_file);
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformMacOSX.cpp 161 PlatformMacOSX::GetFile (const FileSpec &platform_file,
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
172 local_file = platform_file;
PlatformMacOSX.h 71 GetFile (const lldb_private::FileSpec &platform_file,
PlatformiOSSimulator.cpp 318 PlatformiOSSimulator::GetFile (const FileSpec &platform_file,
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);
PlatformRemoteiOS.h 85 GetSymbolFile (const lldb_private::FileSpec &platform_file,
162 FindFileInAllSDKs (const lldb_private::FileSpec &platform_file,
PlatformiOSSimulator.h 83 GetFile (const lldb_private::FileSpec &platform_file,
PlatformRemoteiOS.cpp 610 PlatformRemoteiOS::GetSymbolFile (const FileSpec &platform_file,
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/storage/browser/fileapi/
dragged_file_util.cc 38 base::FilePath platform_file = (file_iter_++)->path;
39 NativeFileUtil::GetFileInfo(platform_file, &file_info_);
40 return platform_file;
local_file_util.h 48 base::FilePath* platform_file) OVERRIDE;
  /external/chromium_org/net/disk_cache/blockfile/
mapped_file_posix.cc 26 platform_file(), 0);
mapped_file_win.cc 21 section_ = CreateFileMapping(platform_file(), NULL, PAGE_READWRITE, 0,
file.h 77 base::PlatformFile platform_file() const;
file_win.cc 183 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/
host_array_buffer_var.cc 82 base::PlatformFile platform_file = local
91 *plugin_shm_handle = BrokerGetFileHandleForProcess(platform_file, p, false);
pepper_media_stream_track_host_base.cc 65 base::PlatformFile platform_file = local
73 SerializedHandle handle(host_->ShareHandleWithRemote(platform_file, false),
  /external/chromium_org/ppapi/proxy/
ppb_buffer_proxy.cc 143 base::PlatformFile platform_file = local
152 dispatcher->ShareHandleWithRemote(platform_file, false), size);
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.h 76 GetFile (const FileSpec &platform_file,
PlatformLinux.cpp 285 PlatformLinux::GetFile (const FileSpec &platform_file,
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
295 local_file = platform_file;
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.h 76 GetFile (const lldb_private::FileSpec &platform_file,
PlatformRemoteGDBServer.cpp 115 PlatformRemoteGDBServer::GetFile (const FileSpec &platform_file,
120 local_file = platform_file;
  /external/chromium_org/third_party/zlib/google/
zip_reader_unittest.cc 48 base::PlatformFile platform_file() { return file_.GetPlatformFile(); } function in class:__anon106::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/
SBModule.h 77 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
  /external/lldb/source/API/
SBModule.cpp 142 SBModule::SetPlatformFileSpec (const lldb::SBFileSpec &platform_file)
150 module_sp->SetPlatformFileSpec(*platform_file);
158 platform_file.get(),
159 platform_file->GetPath().c_str(),
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.h 139 GetFile (const lldb_private::FileSpec &platform_file,

Completed in 382 milliseconds

1 2